kevinhermawan / Ollamac

Mac app for Ollama
Other
1.23k stars 66 forks source link

bearer token support #69

Open theoden8 opened 3 months ago

theoden8 commented 3 months ago

Good afternoon,

Would it be possible to ask for bearer token support to authorize with protected self-hosted ollama services?

The implementation detail is that the HTTP/HTTPS request needs to contain the following header field:

authorization: Bearer $token

Kind regards

kevinhermawan commented 1 month ago

Thanks for the suggestion! Let’s make it happen.