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?
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?