mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update llms.md
This commit is contained in:
parent
a13abaccef
commit
2fce674dd0
1 changed files with 5 additions and 5 deletions
10
docs/llms.md
10
docs/llms.md
|
@ -29,9 +29,9 @@ via the `--openai-api-key` command line switch.
|
||||||
Aider has some built in shortcuts for the most popular OpenAI models and
|
Aider has some built in shortcuts for the most popular OpenAI models and
|
||||||
has been tested and benchmarked to work well with them:
|
has been tested and benchmarked to work well with them:
|
||||||
|
|
||||||
- OpenAI's GPT-4 Turbo: run `aider` with no args uses GPT-4 Turbo by default.
|
- GPT-4 Turbo: run `aider` with no args uses GPT-4 Turbo by default.
|
||||||
- OpenAI's GPT-4 Turbo with Vision: run `aider --4-turbo-vision` to use this vision capable model, allowing you to share images with GPT by adding them to the chat with `/add` or by naming them on the command line.
|
- GPT-4 Turbo with Vision: run `aider --4-turbo-vision` to use this vision capable model, allowing you to share images with GPT by adding them to the chat with `/add` or by naming them on the command line.
|
||||||
- OpenAI's GPT-3.5 Turbo: Run `aider --35-turbo`.
|
- GPT-3.5 Turbo: Run `aider --35-turbo`.
|
||||||
|
|
||||||
You can use `aider --model <model-name>` to use any other OpenAI model.
|
You can use `aider --model <model-name>` to use any other OpenAI model.
|
||||||
For example, if you want to use a specific version of GPT-4 Turbo
|
For example, if you want to use a specific version of GPT-4 Turbo
|
||||||
|
@ -47,8 +47,8 @@ via the `--anthropic-api-key` command line switch.
|
||||||
Aider has some built in shortcuts for the most popular Anthropic models and
|
Aider has some built in shortcuts for the most popular Anthropic models and
|
||||||
has been tested and benchmarked to work well with them:
|
has been tested and benchmarked to work well with them:
|
||||||
|
|
||||||
- Anthropic's Claude 3 Opus: `aider --opus`
|
- Claude 3 Opus: `aider --opus`
|
||||||
- Anthropic's Claude 3 Sonnet: `aider --sonnet`
|
- Claude 3 Sonnet: `aider --sonnet`
|
||||||
|
|
||||||
You can use `aider --model <model-name>` to use any other Anthropic model.
|
You can use `aider --model <model-name>` to use any other Anthropic model.
|
||||||
For example, if you want to use a specific version of Opus
|
For example, if you want to use a specific version of Opus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue