Merge pull request #321 from chrismahoney/fix/revert-ollamaurl
Browse filesShould not provide hard-coded OLLAMA_API_BASE_URL value in .env.example
- .env.example +1 -1
.env.example
CHANGED
@@ -27,7 +27,7 @@ GOOGLE_GENERATIVE_AI_API_KEY=
|
|
27 |
|
28 |
# You only need this environment variable set if you want to use oLLAMA models
|
29 |
# EXAMPLE http://localhost:11434
|
30 |
-
OLLAMA_API_BASE_URL=
|
31 |
|
32 |
# You only need this environment variable set if you want to use OpenAI Like models
|
33 |
OPENAI_LIKE_API_BASE_URL=
|
|
|
27 |
|
28 |
# You only need this environment variable set if you want to use oLLAMA models
|
29 |
# EXAMPLE http://localhost:11434
|
30 |
+
OLLAMA_API_BASE_URL=
|
31 |
|
32 |
# You only need this environment variable set if you want to use OpenAI Like models
|
33 |
OPENAI_LIKE_API_BASE_URL=
|