We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e88a7 commit 8d1194fCopy full SHA for 8d1194f
config/config.ini
@@ -27,7 +27,8 @@ Timeout = 60
27
# Maximum number of tokens in context
28
# Can be 4096 in most OpenAI base models, or even 16k or more in some (see OpenAI API manual)
29
# However, increased context also easily builds up usage, memory trimming is advised.
30
-MaxTokens = 2048
+# Keep it in a few thousand if you're on a really low budget.
31
+MaxTokens = 10000
32
33
# Maximum number of retries to the OpenAI API
34
MaxRetries = 3
0 commit comments