From a785eb41f4e3d56717b28183d27ecf80a40f66fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Mar 2024 13:57:33 +0000 Subject: [PATCH] chore(doc): auto generate docs --- doc/CopilotChat.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/CopilotChat.txt b/doc/CopilotChat.txt index 45d2dc4d..34bf03a2 100644 --- a/doc/CopilotChat.txt +++ b/doc/CopilotChat.txt @@ -1,4 +1,4 @@ -*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 23 +*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 24 ============================================================================== Table of Contents *CopilotChat-table-of-contents* @@ -223,8 +223,11 @@ Also see here : model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4' temperature = 0.1, -- GPT temperature - name = 'CopilotChat', -- Name to use in chat + question_header = '', -- Header to use for user questions + answer_header = '**Copilot** ', -- Header to use for AI answers + error_header = '**Error** ', -- Header to use for errors separator = '---', -- Separator to use in chat + show_folds = true, -- Shows folds for sections in chat show_help = true, -- Shows help message as virtual lines when waiting for user input auto_follow_cursor = true, -- Auto-follow cursor in chat