File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- *CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 23
1+ *CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 24
22
33==============================================================================
44Table of Contents *CopilotChat-table-of-contents*
@@ -223,8 +223,11 @@ Also see here </lua/CopilotChat/config.lua>:
223223 model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'
224224 temperature = 0.1, -- GPT temperature
225225
226- name = 'CopilotChat', -- Name to use in chat
226+ question_header = '', -- Header to use for user questions
227+ answer_header = '**Copilot** ', -- Header to use for AI answers
228+ error_header = '**Error** ', -- Header to use for errors
227229 separator = '---', -- Separator to use in chat
230+
228231 show_folds = true, -- Shows folds for sections in chat
229232 show_help = true, -- Shows help message as virtual lines when waiting for user input
230233 auto_follow_cursor = true, -- Auto-follow cursor in chat
You can’t perform that action at this time.
0 commit comments