feat: add Ollama endpoint configuration

- Added `OLLAMA_ENDPOINT` environment variable to `.env.example`
- Updated `get_llm_model` function in `src/utils/utils.py` to use the new `OLLAMA_ENDPOINT` environment variable if not provided
This commit is contained in:
wraps
2025-01-26 15:39:35 +01:00
parent af3a84ff8b
commit be01aaf336
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ AZURE_OPENAI_API_KEY=
DEEPSEEK_ENDPOINT=https://api.deepseek.com
DEEPSEEK_API_KEY=
OLLAMA_ENDPOINT=http://localhost:11434
# Set to false to disable anonymized telemetry
ANONYMIZED_TELEMETRY=true