fix: add default base_url_override for ollama-cloud provider

This commit is contained in:
falasi 2026-05-05 03:48:02 -04:00 committed by Teknium
parent 6fa1701bd3
commit 43802ef3e3

View file

@ -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.