Skip to content

Commit

Permalink
Merge pull request #321 from chrismahoney/fix/revert-ollamaurl
Browse files Browse the repository at this point in the history
Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example
  • Loading branch information
chrismahoney authored Nov 18, 2024
2 parents b7d609d + 02e8367 commit 233d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GOOGLE_GENERATIVE_AI_API_KEY=

# You only need this environment variable set if you want to use oLLAMA models
# 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
OPENAI_LIKE_API_BASE_URL=
Expand Down

0 comments on commit 233d22e

Please sign in to comment.