diff --git a/hermes_cli/providers.py b/hermes_cli/providers.py index 9243b3f6f84..0017004ee08 100644 --- a/hermes_cli/providers.py +++ b/hermes_cli/providers.py @@ -198,6 +198,7 @@ HERMES_OVERLAYS: Dict[str, HermesOverlay] = { ), "ollama-cloud": HermesOverlay( transport="openai_chat", + base_url_override="https://ollama.com/v1", base_url_env_var="OLLAMA_BASE_URL", ), # Azure Foundry: supports both OpenAI-style and Anthropic-style endpoints.