fix dashcope spell

This commit is contained in:
betterwang 2024-02-24 15:00:45 +08:00
parent 79c71dc5ad
commit 2d17da2826
3 changed files with 8 additions and 8 deletions

View file

@ -91,10 +91,10 @@ QianFan_EndPoint_TOKEN_COSTS = {
}
"""
DashScore Token price https://help.aliyun.com/zh/dashscope/developer-reference/tongyi-thousand-questions-metering-and-billing
DashScope Token price https://help.aliyun.com/zh/dashscope/developer-reference/tongyi-thousand-questions-metering-and-billing
Different model has different detail page. Attention, some model are free for a limited time.
"""
DashScore_TOKEN_COSTS = {
DashScope_TOKEN_COSTS = {
"qwen-turbo": {"prompt": 0.0011, "completion": 0.0011},
"qwen-plus": {"prompt": 0.0028, "completion": 0.0028},
"qwen-max": {"prompt": 0.0, "completion": 0.0},