This commit is contained in:
Paul Gauthier 2024-07-01 20:42:48 -03:00
parent 4a39bf074b
commit e712b67084
4 changed files with 20 additions and 12 deletions

View file

@ -7,11 +7,11 @@ $ pip install aider-chat
# Change directory into a git repo
$ cd /to/your/git/repo
# Work with GPT-4o on your repo
$ export OPENAI_API_KEY=your-key-goes-here
$ aider
# Work with Claude 3.5 Sonnet on your repo
$ export ANTHROPIC_API_KEY=your-key-goes-here
$ aider
# Work with GPT-4o on your repo
$ export OPENAI_API_KEY=your-key-goes-here
$ aider
```