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
In Manage Sources (/source), when selecting Ollama, this happens:
The error is
app-1 | Error [FetchError]: request to http://localhost:11434/api/tags failed, reason: connect ECONNREFUSED 127.0.0.1:11434
app-1 | at (FetchError: request to http://localhost:11434/api/tags failed, reason: connect ECONNREFUSED 127.0.0.1:11434)
app-1 | at ClientRequest. (.next/server/chunks/738.js:1:44182)
My guess is that the problem is with the URL. I guess the localhost is hard-coded? Then we have the same problem with Docker container being unable to connect to localhost.
Perhaps configuring Ollama (URL) once should be enough. The setting could be reused and not configured multiple times?
The text was updated successfully, but these errors were encountered:
Thank you, this now works. There is still this general issue where all the settings are forgotten or at least the values in the UI are showing at their default levels when coming back to the sources configuration page. #63
In Manage Sources (/source), when selecting Ollama, this happens:
The error is
My guess is that the problem is with the URL. I guess the
localhost
is hard-coded? Then we have the same problem with Docker container being unable to connect to localhost.Perhaps configuring Ollama (URL) once should be enough. The setting could be reused and not configured multiple times?
The text was updated successfully, but these errors were encountered: