ParisNeo / ollama_proxy_server

A proxy server for multiple ollama instances with Key security
Apache License 2.0
249 stars 36 forks source link

[Feature-Request] Add the possibility to use it without bearer token #1

Closed VfBfoerst closed 7 months ago

VfBfoerst commented 7 months ago

Hi :)
Just found your project and it seems to be exactly the project I was looking for. Cool!
It would be nice if there was an option to opt out the authorization feature (or is it already there?), as many ollama projects, e.g. the ollama-webui, don't support the bearer Token yet. So opting out would be really nice to use your project with ollama-projects that don't support it yet.

Thank you! :)

ParisNeo commented 7 months ago

Done,

Just run the script with --deactivate_security or -d.

VfBfoerst commented 7 months ago

Awesome, thank you!

ParisNeo commented 7 months ago

You are welcome