mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
docs: Update xAI model names and usage instructions
This commit is contained in:
parent
ab71ea0a65
commit
232a6f87d2
1 changed files with 6 additions and 1 deletions
|
@ -15,10 +15,15 @@ python -m pip install -U aider-chat
|
||||||
export XAI_API_KEY=<key> # Mac/Linux
|
export XAI_API_KEY=<key> # Mac/Linux
|
||||||
setx XAI_API_KEY <key> # Windows, restart shell after setx
|
setx XAI_API_KEY <key> # Windows, restart shell after setx
|
||||||
|
|
||||||
aider --model xai/grok-beta
|
# Grok 3
|
||||||
|
aider --model xai/grok-3-beta
|
||||||
|
|
||||||
|
# Grok 3 fast is faster and more expensive
|
||||||
|
aider --model xai/grok-3-fast-beta
|
||||||
|
|
||||||
# List models available from xAI
|
# List models available from xAI
|
||||||
aider --list-models xai/
|
aider --list-models xai/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue