You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Ollama Turbo support with API key authentication
- Add ollamaApiKey field to provider settings schema
- Update Ollama providers to use Bearer token when API key is provided
- Add API key input field to Ollama settings UI with description
- Pass API key to all Ollama API calls for authentication
- Update translation strings for new API key field
This enables users to use Ollama Turbo and other authenticated Ollama services
by providing an API key that will be sent as a Bearer token in the Authorization header.
Fixes#7147
0 commit comments