mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
674 B
674 B
The default models used by Qodo Merge is Claude-3.7-sonnet.
Selecting a Specific Model
Users can configure Qodo Merge to use a specific model by editing the configuration file. The models supported by Qodo Merge are:
claude-3-7-sonneto3-minigpt-4odeepseek/r1
To restrict Qodo Merge to using only o3-mini, add this setting:
[config]
model="o3-mini"
To restrict Qodo Merge to using only GPT-4o, add this setting:
[config]
model="gpt-4o"
To restrict Qodo Merge to using only deepseek-r1 us-hosted, add this setting:
[config]
model="deepseek/r1"