mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12223] [CLOSED] Bugfix/model nessage credit costs missing #22870
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/12223
Author: @philszalay
Created: 3/31/2025
Status: ❌ Closed
Base:
main← Head:bugfix/model_nessage_credit_costs_missing📝 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
90 files changed (+3481 additions, -1331 deletions)
View changed files
➖
.github/workflows/build-release.yml(+0 -72)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➕
.github/workflows/docker-build-push.yml(+178 -0)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -39)➖
.github/workflows/format-build-frontend.yaml(+0 -57)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)➖
.github/workflows/release-pypi.yml(+0 -32)📝
Dockerfile(+4 -1)➕
backend/beyond_the_loop/dev.sh(+12 -0)➕
backend/beyond_the_loop/models/companies.py(+237 -0)➕
backend/beyond_the_loop/models/completions.py(+88 -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(+470 -0)...and 70 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.