This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
chore: use dify_config.TIDB_SPEND_LIMIT instead of constant value (
#10038
)
tags/0.11.0
zhuhao
1 year ago
parent
190b6a2aa6
commit
7433095240
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/core/rag/datasource/vdb/tidb_on_qdrant/tidb_service.py
+ 1
- 1
api/core/rag/datasource/vdb/tidb_on_qdrant/tidb_service.py
View File
@@ -37,7 +37,7 @@ class TidbService:
}
spending_limit = {
"monthly":
100
,
"monthly":
dify_config.TIDB_SPEND_LIMIT
,
}
password = str(uuid.uuid4()).replace("-", "")[:16]
display_name = str(uuid.uuid4()).replace("-", "")[:16]
Write
Preview
Loading…
Cancel
Save