mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00
357 B
357 B
parent | nav_order |
---|---|
Connecting to LLMs | 400 |
xAI
You'll need a xAI API key.
To use xAI:
python -m pip install -U aider-chat
export XAI_API_KEY=<key> # Mac/Linux
setx XAI_API_KEY <key> # Windows, restart shell after setx
aider --model xai/grok-beta
# List models available from xAI
aider --list-models xai/