We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a3cc6 commit 132dccbCopy full SHA for 132dccb
src/app_config.py
@@ -11,10 +11,10 @@
11
12
# Settings for OpenAI NLP models. Here, NLP tokens are not to be confused with user chat or image generation tokens
13
14
-NLP_MODEL_NAME = "gpt-4-turbo"
+NLP_MODEL_NAME = "gpt-4o"
15
NLP_MODEL_MAX_TOKENS = 16000
16
-NLP_MODEL_FUNCTIONS_TOKENS = 1000
17
-NLP_MODEL_REPLY_MAX_TOKENS = 2000
+NLP_MODEL_FUNCTIONS_TOKENS = 2000
+NLP_MODEL_REPLY_MAX_TOKENS = 4000
18
19
# Basic prompt settings (more customized need to be imported through config files)
20
0 commit comments