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
2
2
3
3
==============================================================================
4
4
Table of Contents *CopilotChat-table-of-contents*
@@ -223,8 +223,11 @@ Also see here </lua/CopilotChat/config.lua>:
223
223
model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'
224
224
temperature = 0.1, -- GPT temperature
225
225
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
227
229
separator = '---', -- Separator to use in chat
230
+
228
231
show_folds = true, -- Shows folds for sections in chat
229
232
show_help = true, -- Shows help message as virtual lines when waiting for user input
230
233
auto_follow_cursor = true, -- Auto-follow cursor in chat
You can’t perform that action at this time.
0 commit comments