srikanth235 / privy

An open-source alternative to GitHub copilot that runs locally.
MIT License
870 stars 43 forks source link

Does not requests to my provider url. #41

Closed doanaktar closed 3 months ago

doanaktar commented 5 months ago

Hello, I want to use your plugin through the ollama provider I provide on my server, not locally. However, I could not find how to do this because when I enter the port on my server where the ollama works as the provider, no requests come there. My settıngs: Screenshot 2024-05-10 at 17 14 13 Error:

Screenshot 2024-05-10 at 17 15 54

But not any requests in my ollama logs.

doanaktar commented 5 months ago

Hi, Is there any updates for this issue @srikanth235

srikanth235 commented 5 months ago

HI @doganaktarr ,

Sorry for the delay in response. The error message says "codellama" not found. Can you please confirm if it is available on your "ollama" instance?

rainabba commented 3 months ago

Perhaps http://myproviderurl.com/8000 should be http://myproviderurl.com:8000/ ?