Files
hermes-agent/agent
Alexander Whitestone 4538e11f97
All checks were successful
Forge CI / smoke-and-build (pull_request) Successful in 45s
fix(auxiliary_client): repair syntax errors in Ollama provider wiring
The Ollama feature commit introduced two broken `OpenAI(api_key=*** base_url=...)` calls
where `***` was a redacted variable name and the separating comma was missing.
Replace both occurrences with `api_key=api_key, base_url=base_url`.

Fixes #223
2026-04-07 12:04:40 -04:00
..