Improved Ollama configuration: Added API_KEY and MODEL_NAME configuration options

This commit is contained in:
C H 2025-05-29 22:27:17 +02:00
parent 70919ea228
commit 578de9eb83
3 changed files with 28 additions and 1 deletions

View file

@ -21,6 +21,8 @@ MODEL_NAME = ""
[MODELS.OLLAMA]
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
API_KEY = ""
MODEL_NAME = ""
[MODELS.DEEPSEEK]
API_KEY = ""