Skip to content

Commit

Permalink
docs: Match README config with config.lua (#270)
Browse files Browse the repository at this point in the history
For chat headers, config.lua was updated before but README wasnt

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam authored Apr 11, 2024
1 parent 9fd10c9 commit 2aafd90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ Also see [here](/lua/CopilotChat/config.lua):
model = 'gpt-4', -- GPT model to use, 'gpt-3.5-turbo' or 'gpt-4'
temperature = 0.1, -- GPT temperature

question_header = '', -- Header to use for user questions
answer_header = '**Copilot** ', -- Header to use for AI answers
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
separator = '---', -- Separator to use in chat

show_folds = true, -- Shows folds for sections in chat
Expand Down

0 comments on commit 2aafd90

Please sign in to comment.