mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
fix typo
This commit is contained in:
parent
7d33755749
commit
0cf020affb
1 changed files with 3 additions and 3 deletions
|
|
@ -261,9 +261,9 @@ BEDROCK_TOKEN_COSTS = {
|
|||
# https://xinghuo.xfyun.cn/sparkapi?scr=price
|
||||
SPARK_TOKENS = {
|
||||
"general": {"prompt": 0.0, "completion": 0.0}, # Spark-Lite
|
||||
"generalV2": {"prompt": 0.0188, "completion": 0.0188}, # Spark V2.0
|
||||
"generalV3": {"prompt": 0.0035, "completion": 0.0035}, # Spark Pro
|
||||
"generalV3.5": {"prompt": 0.0035, "completion": 0.0035}, # Spark3.5 Max
|
||||
"generalv2": {"prompt": 0.0188, "completion": 0.0188}, # Spark V2.0
|
||||
"generalv3": {"prompt": 0.0035, "completion": 0.0035}, # Spark Pro
|
||||
"generalv3.5": {"prompt": 0.0035, "completion": 0.0035}, # Spark3.5 Max
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue