mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-28 06:42:56 +00:00
Added DEEPSEEK_API_KEY to .env.example
This commit is contained in:
parent
8e7220e8fb
commit
065be0f821
@ -32,6 +32,9 @@ OLLAMA_API_BASE_URL=
|
||||
# You only need this environment variable set if you want to use OpenAI Like models
|
||||
OPENAI_LIKE_API_BASE_URL=
|
||||
|
||||
# You only need this environment variable set if you want to use DeepSeek models through their API
|
||||
DEEPSEEK_API_KEY=
|
||||
|
||||
# Get your OpenAI Like API Key
|
||||
OPENAI_LIKE_API_KEY=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user