mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
improve code suggestion prompt
This commit is contained in:
@ -2,16 +2,16 @@
|
||||
|
||||
The default models used by PR-Agent Pro are a combination of Claude-3.5-sonnet and OpenAI's GPT-4 models.
|
||||
|
||||
Users can configure PR-Agent to use solely a specific model by editing the [configuration](https://pr-agent-docs.codium.ai/usage-guide/configuration_options/) file.
|
||||
Users can configure PR-Agent Pro to use solely a specific model by editing the [configuration](https://pr-agent-docs.codium.ai/usage-guide/configuration_options/) file.
|
||||
|
||||
For example, to restrict PR-Agent to using only `Claude-3.5-sonnet`, add this setting:
|
||||
For example, to restrict PR-Agent Pro to using only `Claude-3.5-sonnet`, add this setting:
|
||||
|
||||
```
|
||||
[config]
|
||||
model="claude-3-5-sonnet"
|
||||
```
|
||||
|
||||
Or to restrict PR-Agent to using only `GPT-4o`, add this setting:
|
||||
Or to restrict PR-Agent Pro to using only `GPT-4o`, add this setting:
|
||||
```
|
||||
[config]
|
||||
model="gpt-4o"
|
||||
|
Reference in New Issue
Block a user