mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Update fallback model
This commit is contained in:
parent
ef9e0b1f12
commit
897a5c66fa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
[config]
|
||||
# models
|
||||
model="o4-mini"
|
||||
fallback_models=["gpt-4.1"]
|
||||
fallback_models=["gpt-4.1-2025-04-14"]
|
||||
#model_reasoning="o4-mini" # dedictated reasoning model for self-reflection
|
||||
#model_weak="gpt-4o" # optional, a weaker model to use for some easier tasks
|
||||
# CLI
|
||||
|
|
|
|||
Loading…
Reference in a new issue