Define USER_MESSAGE_ONLY_MODELS in the algo init file

This commit is contained in:
Trung Dinh
2025-02-02 18:01:16 +07:00
parent 7168d16386
commit a48686bde9

View File

@ -81,3 +81,11 @@ MAX_TOKENS = {
"watsonx/ibm/granite-34b-code-instruct": 8191,
"watsonx/mistralai/mistral-large": 32768,
}
USER_MESSAGE_ONLY_MODELS = [
"deepseek/deepseek-reasoner",
"o1-mini",
"o1-mini-2024-09-12",
"o1",
"o1-2024-12-17"
]