mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update README.md
Disambiguating the format to include OpenAI API token in ~/.aider.config.yml
This commit is contained in:
parent
ef22abd8be
commit
e1df502f34
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ which helps it understand and modify large codebases.
|
||||||
* From GitHub: `pip install git+https://github.com/paul-gauthier/aider.git`
|
* From GitHub: `pip install git+https://github.com/paul-gauthier/aider.git`
|
||||||
* From your local copy of the repo in develop mode to pick up local edits immediately: `pip install -e .`
|
* From your local copy of the repo in develop mode to pick up local edits immediately: `pip install -e .`
|
||||||
|
|
||||||
2. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY` or by including it in an `.aider.config.yml` file (see `aider --help`).
|
2. Set up your OpenAI API key as an environment variable `OPENAI_API_KEY` or by including `openai-api-key: sk-` in an `.aider.config.yml` file (see `aider --help`).
|
||||||
|
|
||||||
3. Optionally, install [universal ctags](https://github.com/universal-ctags/ctags). This is helpful if you plan to work with repositories with more than a handful of files. This allows `aider --ctags` to build a [map of your entire git repo](https://aider.chat/docs/ctags.html) and share it with GPT to help it better understand and modify large codebases.
|
3. Optionally, install [universal ctags](https://github.com/universal-ctags/ctags). This is helpful if you plan to work with repositories with more than a handful of files. This allows `aider --ctags` to build a [map of your entire git repo](https://aider.chat/docs/ctags.html) and share it with GPT to help it better understand and modify large codebases.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue