mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10671] [CLOSED] Staging #22575
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10671
Author: @philszalay
Created: 2/24/2025
Status: ❌ Closed
Base:
main← Head:staging📝 Commits (10+)
07a6fbbInitial commit, user-company segregation641cf04Make Dockerfile and docker compose ready for build903226aFinish customer segregation, docker setupc49a777Add token balance column to company tablee95b753Add company model6632b7cPrepare for token counting057d063Implement Credit Usage0ce3584Move openai.py to beyond_the_loop module9ee8761Implement Usage Statistics7ad498bCap Output Tokens📊 Changes
64 files changed (+2305 additions, -173 deletions)
View changed files
➕
.github/workflows/docker-build-push.yml(+49 -0)📝
Dockerfile(+4 -1)➕
backend/beyond_the_loop/dev.sh(+12 -0)➕
backend/beyond_the_loop/models/companies.py(+224 -0)➕
backend/beyond_the_loop/models/completions.py(+67 -0)➕
backend/beyond_the_loop/models/model_message_credit_costs.py(+71 -0)📝
backend/beyond_the_loop/models/models.py(+21 -16)➕
backend/beyond_the_loop/models/stripe_payment_histories.py(+86 -0)📝
backend/beyond_the_loop/models/users.py(+26 -5)➕
backend/beyond_the_loop/routers/analytics.py(+385 -0)📝
backend/beyond_the_loop/routers/auths.py(+43 -12)📝
backend/beyond_the_loop/routers/openai.py(+53 -5)➕
backend/beyond_the_loop/routers/payments.py(+420 -0)➕
backend/beyond_the_loop/services/email_service.py(+117 -0)➕
backend/beyond_the_loop/templates/email/base.html(+78 -0)➕
backend/beyond_the_loop/templates/email/budget-mail-100.html(+16 -0)➕
backend/beyond_the_loop/templates/email/budget-mail-80.html(+15 -0)➕
backend/beyond_the_loop/templates/email/welcome.html(+29 -0)➖
backend/data/readme.txt(+0 -1)➖
backend/dev.sh(+0 -2)...and 44 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.