Update file config-guide.md

This commit is contained in:
Kamal Tufekcic
2023-02-13 12:01:33 +00:00
parent f5a4a698bd
commit 657c1e461c

View File

@@ -24,6 +24,11 @@ The list below is not complete. Use commands above to see up-to-date list for yo
`trivia.min_win_req` - Restricts a user's ability to make a trivia game with a win requirement less than the set value.
`trivia.currency_reward` - Sets the amount of currency a user will win if they place first in a completed trivia game.
`hangman.currency_reward` - Sets the amount of currency a user will win if they win a game of hangman.
`chatbot` - Sets which chatbot API the bot should use, values: `chatgpt`, `cleverbot`.
`gpt.model` - Sets which GPT-3 model the bot should use, values: `ada001`, `babbage001`, `curie001`, `davinci003`.
`gpt.max_tokens` - Sets the limit of tokens GPT-3 can use per call.
Each token is approximately 4 characters, and it counts both the request and the response characters.
*more settings may be available in `data/games.yml` file*