We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968fb3b commit cbe4943Copy full SHA for cbe4943
1 file changed
lua/CopilotChat/config.lua
@@ -85,9 +85,9 @@ return {
85
model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'
86
temperature = 0.1, -- GPT temperature
87
88
- question_header = '', -- Header to use for user questions
89
- answer_header = '**Copilot** ', -- Header to use for AI answers
90
- error_header = '**Error** ', -- Header to use for errors
+ question_header = '## User ', -- Header to use for user questions
+ answer_header = '## Copilot ', -- Header to use for AI answers
+ error_header = '## Error ', -- Header to use for errors
91
separator = '---', -- Separator to use in chat
92
93
show_folds = true, -- Shows folds for sections in chat
0 commit comments