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