mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
Add o1-preview model to USER_MESSAGE_ONLY_MODELS and NO_SUPPORT_TEMPERATURE_MODELS
This commit is contained in:
@ -87,7 +87,8 @@ MAX_TOKENS = {
|
|||||||
USER_MESSAGE_ONLY_MODELS = [
|
USER_MESSAGE_ONLY_MODELS = [
|
||||||
"deepseek/deepseek-reasoner",
|
"deepseek/deepseek-reasoner",
|
||||||
"o1-mini",
|
"o1-mini",
|
||||||
"o1-mini-2024-09-12"
|
"o1-mini-2024-09-12",
|
||||||
|
"o1-preview"
|
||||||
]
|
]
|
||||||
|
|
||||||
NO_SUPPORT_TEMPERATURE_MODELS = [
|
NO_SUPPORT_TEMPERATURE_MODELS = [
|
||||||
@ -98,4 +99,5 @@ NO_SUPPORT_TEMPERATURE_MODELS = [
|
|||||||
"o1-2024-12-17",
|
"o1-2024-12-17",
|
||||||
"o3-mini",
|
"o3-mini",
|
||||||
"o3-mini-2025-01-31",
|
"o3-mini-2025-01-31",
|
||||||
|
"o1-preview"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user