mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
550 B
550 B
Qodo Merge Pro Models
The default models used by Qodo Merge Pro are a combination of Claude-3.5-sonnet and OpenAI's GPT-4 models.
Users can configure Qodo Merge Pro to use solely a specific model by editing the configuration file.
For example, to restrict Qodo Merge Pro to using only Claude-3.5-sonnet
, add this setting:
[config]
model="claude-3-5-sonnet"
Or to restrict Qodo Merge Pro to using only GPT-4o
, add this setting:
[config]
model="gpt-4o"