.mobo
.mobo
Hi, Here the token DEADBROS-388e63 of our following project : https://www.deadbrothers.club/ I put the devnet version of the token too. We have now +9k holders of our tokens and +3k...
# Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've...
### Problem Description Expose an OpenAI‑compatible route **/chat/completions** so we can plug our agent directly into classic tools like OpenWeb UI. The route **/agents/{agent_id}/runs** is not OpenAI‑compatible. ### Proposed Solution...
The current Dockerfile uses `uid=1000` for the `ubuntu` user: RUN useradd --create-home --shell /bin/bash --uid 1000 ubuntu || true However, OpenShift (and many Kubernetes environments) enforce security policies that restrict...