Revert "add deepseek token price"

This reverts commit e5a5223765.
This commit is contained in:
shenchucheng 2024-07-25 11:54:12 +08:00
parent da551f0526
commit bb7508908b

View file

@ -53,8 +53,6 @@ TOKEN_COSTS = {
"claude-3-opus-20240229": {"prompt": 0.015, "completion": 0.075},
"yi-34b-chat-0205": {"prompt": 0.0003, "completion": 0.0003},
"yi-34b-chat-200k": {"prompt": 0.0017, "completion": 0.0017},
"deepseek-chat": {"prompt": 0.00014, "completion": 0.00028},
"deepseek-coder": {"prompt": 0.00014, "completion": 0.00028},
}