mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Removed o3 model from USER_MESSAGE_ONLY_MODELS
This commit is contained in:
@ -87,7 +87,5 @@ 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"
|
||||||
"o3-mini",
|
|
||||||
"o3-mini-2025-01-31"
|
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user