Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jun 10, 2024
1 parent 33bb362 commit 044ebfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/assets/sample.aider.conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Specify the OpenAI API key
#openai-api-key:

## Specify the OpenAI API key
## Specify the Anthropic API key
#anthropic-api-key:

## Specify the model to use for the main chat (default: gpt-4o)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/aider_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cog.outl("```")
## Specify the OpenAI API key
#openai-api-key:
## Specify the OpenAI API key
## Specify the Anthropic API key
#anthropic-api-key:
## Specify the model to use for the main chat (default: gpt-4o)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Specify the OpenAI API key
Environment variable: `OPENAI_API_KEY`

### `--anthropic-api-key ANTHROPIC_API_KEY`
Specify the OpenAI API key
Specify the Anthropic API key
Environment variable: `ANTHROPIC_API_KEY`

### `--model MODEL`
Expand Down

0 comments on commit 044ebfa

Please sign in to comment.