Skip to content

Commit

Permalink
Added the XAI_API_KEY variable to the .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
milutinke committed Nov 7, 2024
1 parent 9a2fc92 commit 8d7f108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d7f108

Please sign in to comment.