I can connect to Ollama using cURL: D:\>curl 127.0.0.1:11434 Ollama is running D:\> However Open-WebUI cannot: What could be the problem? open-webuilocked and limited conversation to collaboratorsSep 24, 2024 tjbckconverted this issue into discussion#5668Sep 24, 2024 ...
This could include specific configurations, error messages, or anything else relevant to the bug.] ## Note If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and ...
I have an ollama implementation and a open-webui implementation in the same k8s cluster that I am trying to connect to. What am I missing? here is my deployment yaml: apiVersion: apps/v1 kind: Deployment metadata: name: automatic1111 namespace: ollama labels: app: automatic1111 spec: ...