mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
Api calls completions #87
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 @TheHunterDog on GitHub (Jul 13, 2025).
Hi,
I’m working on an iOS native openwebui chat app and I’m having trouble getting the messages to show up in the web view.
Since there aren’t any official docs on the order or calls to make, I’ve gathered some information from the web interface.
I might be missing a small detail, as the messages are placed in the web interface, but the assistant responses aren’t showing up.
@Fu-Jie commented on GitHub (Jul 15, 2025):
I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client.
@TheHunterDog commented on GitHub (Jul 15, 2025):
Thanks for your reply! I already got it working I will add documentation for others. Would love to stay in touch to discuss concepts and implementation methods
@Classic298 commented on GitHub (Oct 12, 2025):
PR welcome!