From 43802ef3e37826af8fb67b98208051aea916a48a Mon Sep 17 00:00:00 2001 From: falasi Date: Tue, 5 May 2026 03:48:02 -0400 Subject: [PATCH] fix: add default base_url_override for ollama-cloud provider --- hermes_cli/providers.py | 1 + 1 file changed, 1 insertion(+) 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.