mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
19 lines
550 B
Markdown
19 lines
550 B
Markdown
## 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](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) 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"
|
|
```
|