Chris Mahoney commited on
Commit
02e8367
·
1 Parent(s): b7d609d

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

Browse files
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=