mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example
This commit is contained in:
parent
b7d609d315
commit
02e8367fc6
@ -27,7 +27,7 @@ GOOGLE_GENERATIVE_AI_API_KEY=
|
|||||||
|
|
||||||
# You only need this environment variable set if you want to use oLLAMA models
|
# You only need this environment variable set if you want to use oLLAMA models
|
||||||
# EXAMPLE http://localhost:11434
|
# EXAMPLE http://localhost:11434
|
||||||
OLLAMA_API_BASE_URL=http://localhost:11434
|
OLLAMA_API_BASE_URL=
|
||||||
|
|
||||||
# You only need this environment variable set if you want to use OpenAI Like models
|
# You only need this environment variable set if you want to use OpenAI Like models
|
||||||
OPENAI_LIKE_API_BASE_URL=
|
OPENAI_LIKE_API_BASE_URL=
|
||||||
|
Loading…
Reference in New Issue
Block a user