Commit 7d3a63ee by Seefs Committed by GitHub

Merge pull request #2182 from zhaolion/main

feat:  EditTokenModal 中针对用户创建的 token 默认无限额度
parents 942a4311 2beda32a
......@@ -66,9 +66,9 @@ const EditTokenModal = (props) => {
const getInitValues = () => ({
name: '',
remain_quota: 500000,
remain_quota: 0,
expired_time: -1,
unlimited_quota: false,
unlimited_quota: true,
model_limits_enabled: false,
model_limits: [],
allow_ips: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment