Skip to content

Commit cbe4943

Browse files
committed
fix(config): Update headers in CopilotChat configuration as same as version 1
Closed #239.
1 parent 968fb3b commit cbe4943

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lua/CopilotChat/config.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ return {
8585
model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'
8686
temperature = 0.1, -- GPT temperature
8787

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
88+
question_header = '## User ', -- 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
9191
separator = '---', -- Separator to use in chat
9292

9393
show_folds = true, -- Shows folds for sections in chat

0 commit comments

Comments
 (0)