Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 24, 2024
1 parent 066e605 commit a785eb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/CopilotChat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 23
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 March 24

==============================================================================
Table of Contents *CopilotChat-table-of-contents*
Expand Down Expand Up @@ -223,8 +223,11 @@ 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

name = 'CopilotChat', -- Name to use in chat
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
separator = '---', -- Separator to use in chat

show_folds = true, -- Shows folds for sections in chat
show_help = true, -- Shows help message as virtual lines when waiting for user input
auto_follow_cursor = true, -- Auto-follow cursor in chat
Expand Down

0 comments on commit a785eb4

Please sign in to comment.