>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #737
Update issue details
Title *
Description
In _route_to_provider (engine/tools/llm/core/providers.py), the ollama provider reads base_url from config.ini but does NOT read api_key from either config.ini [ollama] section or OLLAMA_API_KEY env var. This causes 401 Unauthorized errors for Ollama Cloud. Fix: added fallback to config.get('ollama', 'api_key') and os.environ.get('OLLAMA_API_KEY') when api_key is not explicitly provided.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel