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,24 @@
],
"quota_unit": "tokens"
},
"model_flexibility": "fixed"
"model_flexibility": "fixed",
"price_config": {
"abab5.5-chat": {
"prompt": "0.015",
"completion": "0.015",
"unit": "0.001",
"currency": "RMB"
},
"abab5-chat": {
"prompt": "0.015",
"completion": "0.015",
"unit": "0.001",
"currency": "RMB"
},
"embo-01": {
"completion": "0",
"unit": "0.0001",
"currency": "RMB"
}
}
}