Install
pip install aider-chat
pipx install aider-chatAuthenticate
Set the API key for your model:
export ANTHROPIC_API_KEY="sk-ant-..."
export OPENAI_API_KEY="sk-..."See aider.chat/docs/llms.html for other providers.
Launch
Aider runs in a standard terminal — open one with ⌘+⌥+1, then type aider.
Last updated on