mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Updated README
This commit is contained in:
parent
9ac8a60f5f
commit
de9868063b
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ It also has features that [help GPT-4 understand and modify larger codebases](ht
|
|||
|
||||
## Getting started
|
||||
|
||||
```
|
||||
```bash
|
||||
$ pip install git+https://github.com/paul-gauthier/aider.git
|
||||
$ export OPENAI_API_KEY=sk-...
|
||||
$ export OPENAI_API_KEY=your-key-goes-here
|
||||
$ aider myapp.py
|
||||
|
||||
Using git repo: .git
|
||||
|
@ -60,7 +60,7 @@ which helps it understand and modify large codebases.
|
|||
|
||||
## GPT-4 vs GPT-3.5
|
||||
|
||||
Aider supports the `gpt-4` model and has new, experimental support for `gpt-3.5-turbo`.
|
||||
Aider supports the `gpt-4` model and has new, experimental support for `gpt-3.5-turbo` and `gpt-4-32k`.
|
||||
You will probably get better results with GPT-4, because of its larger context window and
|
||||
greater competance at coding.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue