This commit is contained in:
Paul Gauthier 2025-02-06 14:28:07 -08:00
parent 036c7a2117
commit 65a5e8721c

View file

@ -8,7 +8,8 @@ nav_order: 500
Aider can connect to any LLM which is accessible via an OpenAI compatible API endpoint. Aider can connect to any LLM which is accessible via an OpenAI compatible API endpoint.
``` ```
python -m pip install -U aider-chat python -m pip install aider-install
aider-install
# Mac/Linux: # Mac/Linux:
export OPENAI_API_BASE=<endpoint> export OPENAI_API_BASE=<endpoint>