mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +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 = [
|
||||
"deepseek/deepseek-reasoner",
|
||||
"o1-mini",
|
||||
"o1-mini-2024-09-12",
|
||||
"o3-mini",
|
||||
"o3-mini-2025-01-31"
|
||||
"o1-mini-2024-09-12"
|
||||
]
|
||||
|
Reference in New Issue
Block a user