This commit is contained in:
Paul Gauthier 2025-04-13 10:35:27 -07:00
parent 93fc7acbe3
commit 7561687b7b

View file

@ -10,7 +10,8 @@ You'll need a [xAI API key](https://console.x.ai.).
To use xAI:
```bash
python -m pip install -U aider-chat
python -m pip install aider-install
aider-install
export XAI_API_KEY=<key> # Mac/Linux
setx XAI_API_KEY <key> # Windows, restart shell after setx