add credit pool sys

This commit is contained in:
Yansong Zhang
2025-09-26 10:43:34 +08:00
parent e682749d03
commit 2b51fc23d9
11 changed files with 493 additions and 41 deletions

View File

@ -53,6 +53,7 @@ from .model import (
Site,
Tag,
TagBinding,
TenantCreditPool,
TraceAppConfig,
UploadFile,
)
@ -159,6 +160,7 @@ __all__ = [
"Tenant",
"TenantAccountJoin",
"TenantAccountRole",
"TenantCreditPool",
"TenantDefaultModel",
"TenantPreferredModelProvider",
"TenantStatus",