Merge pull request #118 from armfuls/main
Browse files- .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=http://localhost:11434
|
31 |
|
32 |
# You only need this environment variable set if you want to use OpenAI Like models
|
33 |
OPENAI_LIKE_API_BASE_URL=
|