mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
Added the XAI_API_KEY variable to the .env.example
This commit is contained in:
parent
9a2fc9220d
commit
8d7f108dfa
@ -43,5 +43,10 @@ OPENAI_LIKE_API_KEY=
|
|||||||
# You only need this environment variable set if you want to use Mistral models
|
# You only need this environment variable set if you want to use Mistral models
|
||||||
MISTRAL_API_KEY=
|
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
|
# Include this environment variable if you want more logging for debugging locally
|
||||||
VITE_LOG_LEVEL=debug
|
VITE_LOG_LEVEL=debug
|
||||||
|
Loading…
Reference in New Issue
Block a user