Skip to content

Commit a785eb4

Browse files
chore(doc): auto generate docs
1 parent 066e605 commit a785eb4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/CopilotChat.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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

0 commit comments

Comments
 (0)