This commit is contained in:
Paul Gauthier 2024-08-17 08:48:50 -07:00
parent 36663cf04e
commit 5099a5c24b
6 changed files with 41 additions and 1 deletions

View file

@ -131,6 +131,12 @@ cog.outl("```")
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
#map-tokens:
## Control when the repo map is refreshed (default: auto)
#map-refresh: auto
## Enable caching of prompts (forces map_refresh='files') (default: False)
#cache-prompts: false
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
#max-chat-history-tokens: