improve code suggestion prompt

This commit is contained in:
mrT23
2024-09-25 21:15:14 +03:00
parent 05ec944a8b
commit 4b7d01972c
3 changed files with 22 additions and 21 deletions

View File

@ -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"