Chris Mahoney commited on
Commit
233d22e
·
unverified ·
2 Parent(s): b7d609d 02e8367

Merge pull request #321 from chrismahoney/fix/revert-ollamaurl

Browse files

Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example

Files changed (1) hide show
  1. .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=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=
 
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=