From 7561687b7bb9263c254a0acdbb3e342919f9edf9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 13 Apr 2025 10:35:27 -0700 Subject: [PATCH] copy --- aider/website/docs/llms/xai.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/website/docs/llms/xai.md b/aider/website/docs/llms/xai.md index 9161ae7a3..3374cf487 100644 --- a/aider/website/docs/llms/xai.md +++ b/aider/website/docs/llms/xai.md @@ -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= # Mac/Linux setx XAI_API_KEY # Windows, restart shell after setx