feat: support chatglm_turbo model #1443 (#1460)

This commit is contained in:
takatost
2023-11-06 18:33:05 +08:00
committed by GitHub
parent a9ee18300e
commit 4dfbcd0b4e
3 changed files with 12 additions and 1 deletions

View File

@@ -11,6 +11,12 @@
},
"model_flexibility": "fixed",
"price_config": {
"chatglm_turbo": {
"prompt": "0.005",
"completion": "0.005",
"unit": "0.001",
"currency": "RMB"
},
"chatglm_pro": {
"prompt": "0.01",
"completion": "0.01",