From 9c174b8b6f9a080b324504f533c13cc758943902 Mon Sep 17 00:00:00 2001 From: Kamal Tufekcic Date: Mon, 13 Feb 2023 12:24:08 +0000 Subject: [PATCH] Update file config-guide.md --- docs/config-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/config-guide.md b/docs/config-guide.md index d846cedbc..368f893f2 100644 --- a/docs/config-guide.md +++ b/docs/config-guide.md @@ -25,10 +25,9 @@ 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`. +`chatbot` - Sets which chatbot API the bot should use, values: `gpt3`, `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. +`gpt.max_tokens` - Sets the limit of tokens GPT-3 can use per call. Find out more about tokens [here](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them). *more settings may be available in `data/games.yml` file*