enchanted icon indicating copy to clipboard operation
enchanted copied to clipboard

model choice is visible but endpoint unreachable

Open theoden8 opened this issue 1 year ago • 2 comments

Hi there,

Thank you for a wonderful piece of software, it has a very friendly interface and a great take on usability.

I am using ollama with ollama_proxy_server and I see / requests every 5 seconds (it is spamming in the logs) but the completion request is not visible. This proxy works fine with some other GUI software for LLMs. Model selection is detected.

On MacOS:

SCRSH 2024-05-02 um 22 18 35

On iOS:

7C43B736-2402-4577-93FB-5A0AB5B21D1F

ollama_proxy_server logs:

127.0.0.1 - -  "GET /api/tags HTTP/1.0" - -
127.0.0.1 - -  "GET /api/tags HTTP/1.0" 200 -
127.0.0.1 - -  code 501, message Unsupported method ('HEAD')
127.0.0.1 - -  "HEAD / HTTP/1.0" 501 -
127.0.0.1 - -  code 501, message Unsupported method ('HEAD')
127.0.0.1 - -  "HEAD / HTTP/1.0" 501 -
127.0.0.1 - -  code 501, message Unsupported method ('HEAD')
127.0.0.1 - -  "HEAD / HTTP/1.0" 501 -

theoden8 avatar May 02 '24 21:05 theoden8

Thanks for sharing, I will investigate!

gluonfield avatar May 03 '24 07:05 gluonfield

/api/tags is not authenticated, it seems, if that's any help.

theoden8 avatar May 03 '24 10:05 theoden8