mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
fix: Token Plan schema 兼容修复(accessMode/codingPlan/method)
This commit is contained in:
@@ -10,16 +10,16 @@
|
|||||||
"apiKeyVerified": false,
|
"apiKeyVerified": false,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"status": "unconfigured",
|
"status": "unconfigured",
|
||||||
"accessMode": "token-plan",
|
"accessMode": "coding-plan",
|
||||||
"services": [
|
"services": [
|
||||||
"chat",
|
"chat",
|
||||||
"reasoning",
|
"reasoning",
|
||||||
"image_gen"
|
"image_gen"
|
||||||
],
|
],
|
||||||
"tokenPlan": {
|
"codingPlan": {
|
||||||
"quotas": {},
|
"quotas": {},
|
||||||
"usageTracking": {
|
"usageTracking": {
|
||||||
"method": "credits",
|
"method": "none",
|
||||||
"consoleUrl": "https://bailian.console.aliyun.com/"
|
"consoleUrl": "https://bailian.console.aliyun.com/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user