From 8d7f108dfa3700d8a7444962a2286380bb44dd7a Mon Sep 17 00:00:00 2001 From: Anon Date: Thu, 7 Nov 2024 01:14:27 +0100 Subject: [PATCH] Added the XAI_API_KEY variable to the .env.example --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index ec825e8ee..83f29aedc 100644 --- a/.env.example +++ b/.env.example @@ -43,5 +43,10 @@ OPENAI_LIKE_API_KEY= # You only need this environment variable set if you want to use Mistral models MISTRAL_API_KEY= +# Get your xAI API key +# https://x.ai/api +# You only need this environment variable set if you want to use xAI models +XAI_API_KEY= + # Include this environment variable if you want more logging for debugging locally VITE_LOG_LEVEL=debug