mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
How to find the webui API #482
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jynrock on GitHub (Mar 15, 2024).
Hello,
I'm trying to connect an android chatbot app to my server hosting Ollama but I always get a connection error.
I'm using Ollama through OpenWeb-ui on Docker.
I have tried with Ollama Base URL :
http://host.docker.internal:11434
Or by replacing "host.docker.internal" with the local ip of my server.
I always get a connection error.
@layogtima commented on GitHub (Mar 15, 2024):
Same! I'm using ngrok to tunnel through, and I tried a bunch of things, but no dice yet!