-
-
Notifications
You must be signed in to change notification settings - Fork 34
auth support for ollama cloud models without proxy #132
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestexperimentalExperimentalExperimentalresolvedIssue is resolved and merged.Issue is resolved and merged.roadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexperimentalExperimentalExperimentalresolvedIssue is resolved and merged.Issue is resolved and merged.roadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.
ref: https://github.com/thushan/olla/blob/main/docs/content/integrations/backend/ollama.md#remote-ollama-configuration
Currently, olla does support Auth, so it doesn't add a
Authorization: Bearer <token>to attach to make calls to ollama cloud models.Workaround I use is olla --> ollama --> cloud models (so ollama doing the auth login).
Any plans to add support for this yet?