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