Use sonnet by default; updated docs

This commit is contained in:
Paul Gauthier 2024-07-01 15:16:06 -03:00
parent c0a89c5cb8
commit 6dc7a8b4a4
15 changed files with 125 additions and 39 deletions

View file

@ -47,8 +47,8 @@ cog.outl("```")
## Specify the Anthropic API key
#anthropic-api-key:
## Specify the model to use for the main chat (default: gpt-4o)
#model: gpt-4o
## Specify the model to use for the main chat
#model:
## Use claude-3-opus-20240229 model for the main chat
#opus: false

View file

@ -60,8 +60,8 @@ cog.outl("```")
## Specify the Anthropic API key
#ANTHROPIC_API_KEY=
## Specify the model to use for the main chat (default: gpt-4o)
#AIDER_MODEL=gpt-4o
## Specify the model to use for the main chat
#AIDER_MODEL=
## Use claude-3-opus-20240229 model for the main chat
#AIDER_OPUS=

View file

@ -72,8 +72,7 @@ Specify the Anthropic API key
Environment variable: `ANTHROPIC_API_KEY`
### `--model MODEL`
Specify the model to use for the main chat (default: gpt-4o)
Default: gpt-4o
Specify the model to use for the main chat
Environment variable: `AIDER_MODEL`
### `--opus`