Skip to content

Commit

Permalink
Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismahoney committed Nov 18, 2024
1 parent b7d609d commit 02e8367
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 02e8367

Please sign in to comment.