Anon commited on
Commit
8d7f108
·
1 Parent(s): 9a2fc92

Added the XAI_API_KEY variable to the .env.example

Browse files
Files changed (1) hide show
  1. .env.example +5 -0
.env.example CHANGED
@@ -43,5 +43,10 @@ OPENAI_LIKE_API_KEY=
43
  # You only need this environment variable set if you want to use Mistral models
44
  MISTRAL_API_KEY=
45
 
 
 
 
 
 
46
  # Include this environment variable if you want more logging for debugging locally
47
  VITE_LOG_LEVEL=debug
 
43
  # You only need this environment variable set if you want to use Mistral models
44
  MISTRAL_API_KEY=
45
 
46
+ # Get your xAI API key
47
+ # https://x.ai/api
48
+ # You only need this environment variable set if you want to use xAI models
49
+ XAI_API_KEY=
50
+
51
  # Include this environment variable if you want more logging for debugging locally
52
  VITE_LOG_LEVEL=debug