You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ollama hosted on a Mac Studio and have a domain mapped to the Ollama URL on that server: https://ollama.mydomain.com. Unfortunately, it looks like Goose adds :11434/v1/chat/completions to the end of whatever host a user puts into the Ollama setup field. Is there anyway to make sure it doesn't do that and just maps to the endpoint of the URL I provided?
I am assuming that is why I am getting the "Ran into this error: Execution error: error sending request for url" message, because I have Qwen 2.5 in Ollama on the remote server.
The text was updated successfully, but these errors were encountered:
When I entered this URL in Goose (Desktop), it would try to access it on port 11434 instead of 443. After some effort, I added the url with the :443 port and now I get this error:
Ran into this error: Execution error: error sending request for url (https://ollama.mydomain.com/v1/chat/completions).
When I click on this link, it goes to the browser and this URL does not exist.
I have ollama hosted on a Mac Studio and have a domain mapped to the Ollama URL on that server:
https://ollama.mydomain.com. Unfortunately, it looks like Goose adds :11434/v1/chat/completions to the end of whatever host a user puts into the Ollama setup field. Is there anyway to make sure it doesn't do that and just maps to the endpoint of the URL I provided?
I am assuming that is why I am getting the "Ran into this error: Execution error: error sending request for url" message, because I have Qwen 2.5 in Ollama on the remote server.
The text was updated successfully, but these errors were encountered: