mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
b9d6fd16fc
commit
633ce98414
1 changed files with 26 additions and 0 deletions
|
@ -27,6 +27,32 @@ included for scale.
|
|||
- **58% gpt-3.5-turbo-0301**
|
||||
- 38% llama-3.1-8b-instruct
|
||||
|
||||
You can code with all of these models using aider like this:
|
||||
|
||||
```
|
||||
$ pip install aider-chat
|
||||
|
||||
# Change directory into a git repo to work on
|
||||
$ cd /to/your/git/repo
|
||||
|
||||
$ export DEEPSEEK_API_KEY=your-key-goes-here
|
||||
$ aider --model deepseek/deepseek-coder
|
||||
|
||||
$ export MISTRAL_API_KEY=your-key-goes-here
|
||||
$ aider --model mistral/mistral-large-2407
|
||||
|
||||
$ export OPENROUTER_API_KEY=your-key-goes-here
|
||||
$ aider --model openrouter/meta-llama/llama-3.1-405b-instruct
|
||||
$ aider --model openrouter/meta-llama/llama-3.1-70b-instruct
|
||||
$ aider --model openrouter/meta-llama/llama-3.1-8b-instruct
|
||||
```
|
||||
|
||||
See the
|
||||
[installation instructions](https://aider.chat/docs/install.html)
|
||||
and other
|
||||
[documentation](https://aider.chat/docs/usage.html)
|
||||
for more details.
|
||||
|
||||
## DeepSeek Coder V2 0724
|
||||
|
||||
DeepSeek Coder V2 0724 was by far the biggest surprise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue