docs: standardize Claude model naming convention in documentation

This commit is contained in:
mrT23
2025-03-05 08:20:48 +02:00
parent a33bee5805
commit 0c30f084bc
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Here are some of the additional features and capabilities that Qodo Merge offers
| Feature | Description |
|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [**Model selection**](https://qodo-merge-docs.qodo.ai/usage-guide/PR_agent_pro_models/) | Choose the model that best fits your needs, among top models like `Claude-Sonnet-3.7` and `o3-mini`
| [**Model selection**](https://qodo-merge-docs.qodo.ai/usage-guide/PR_agent_pro_models/) | Choose the model that best fits your needs, among top models like `Claude Sonnet` and `o3-mini`
| [**Global and wiki configuration**](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) | Control configurations for many repositories from a single location; <br>Edit configuration of a single repo without committing code |
| [**Apply suggestions**](https://qodo-merge-docs.qodo.ai/tools/improve/#overview) | Generate committable code from the relevant suggestions interactively by clicking on a checkbox |
| [**Suggestions impact**](https://qodo-merge-docs.qodo.ai/tools/improve/#assessing-impact) | Automatically mark suggestions that were implemented by the user (either directly in GitHub, or indirectly in the IDE) to enable tracking of the impact of the suggestions |

View File

@ -1,12 +1,12 @@
The default models used by Qodo Merge is Claude-3.7-sonnet.
The default models used by Qodo Merge (March 2025) is Claude Sonnet 3.7.
### Selecting a Specific Model
Users can configure Qodo Merge to use a specific model by editing the [configuration](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) file.
The models supported by Qodo Merge are:
- `claude-3-7-sonnet`
- `claude-3-7-sonnet` (default)
- `o3-mini`
- `gpt-4o`
- `deepseek/r1`