mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix: add default base_url_override for ollama-cloud provider
This commit is contained in:
parent
6fa1701bd3
commit
43802ef3e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue