diff --git a/agent_service/config.py b/agent_service/config.py index 508061e..a06e463 100644 --- a/agent_service/config.py +++ b/agent_service/config.py @@ -13,7 +13,7 @@ class Settings(BaseSettings): # Ollama ollama_url: str = 'http://localhost:11434' - ollama_model: str = 'llama3' + ollama_model: str = 'activeblue-chat' ollama_timeout: int = 120 ollama_max_concurrent: int = 2