fix: embedding price config (#918)

This commit is contained in:
takatost
2023-08-19 16:54:08 +08:00
committed by GitHub
parent fd0fc8f4fe
commit 920fb6d0e1
5 changed files with 41 additions and 16 deletions

View File

@@ -9,5 +9,19 @@
],
"quota_unit": "tokens"
},
"model_flexibility": "fixed"
"model_flexibility": "fixed",
"price_config": {
"spark": {
"prompt": "0.18",
"completion": "0.18",
"unit": "0.0001",
"currency": "RMB"
},
"spark-v2": {
"prompt": "0.36",
"completion": "0.36",
"unit": "0.0001",
"currency": "RMB"
}
}
}