Skip to content

Commit 132dccb

Browse files
committed
Update models
1 parent c2a3cc6 commit 132dccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app_config.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
# Settings for OpenAI NLP models. Here, NLP tokens are not to be confused with user chat or image generation tokens
1313

14-
NLP_MODEL_NAME = "gpt-4-turbo"
14+
NLP_MODEL_NAME = "gpt-4o"
1515
NLP_MODEL_MAX_TOKENS = 16000
16-
NLP_MODEL_FUNCTIONS_TOKENS = 1000
17-
NLP_MODEL_REPLY_MAX_TOKENS = 2000
16+
NLP_MODEL_FUNCTIONS_TOKENS = 2000
17+
NLP_MODEL_REPLY_MAX_TOKENS = 4000
1818

1919
# Basic prompt settings (more customized need to be imported through config files)
2020

0 commit comments

Comments
 (0)