mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
# Rename this file to .env.local once you have filled in the below environment variables!
|
|
|
|
# Get your GROQ API Key here -
|
|
# https://console.groq.com/keys
|
|
# You only need this environment variable set if you want to use Groq models
|
|
GROQ_API_KEY=
|
|
|
|
# Get your Open AI API Key by following these instructions -
|
|
# https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
|
|
# You only need this environment variable set if you want to use GPT models
|
|
OPENAI_API_KEY=
|
|
|
|
# Get your Anthropic API Key in your account settings -
|
|
# https://console.anthropic.com/settings/keys
|
|
# You only need this environment variable set if you want to use Claude models
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# Get your OpenRouter API Key in your account settings -
|
|
# https://openrouter.ai/settings/keys
|
|
# You only need this environment variable set if you want to use OpenRouter models
|
|
OPEN_ROUTER_API_KEY=
|
|
|
|
# You only need this environment variable set if you want to use oLLAMA models
|
|
#EXAMPLE http://localhost:11434
|
|
OLLAMA_API_BASE_URL=
|
|
|
|
# Include this environment variable if you want more logging for debugging locally
|
|
VITE_LOG_LEVEL=debug
|