Skip to content

Commit 8d1194f

Browse files
committed
config defaults
1 parent f5e88a7 commit 8d1194f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Timeout = 60
2727
# Maximum number of tokens in context
2828
# Can be 4096 in most OpenAI base models, or even 16k or more in some (see OpenAI API manual)
2929
# However, increased context also easily builds up usage, memory trimming is advised.
30-
MaxTokens = 2048
30+
# Keep it in a few thousand if you're on a really low budget.
31+
MaxTokens = 10000
3132

3233
# Maximum number of retries to the OpenAI API
3334
MaxRetries = 3

0 commit comments

Comments
 (0)