Skip to content

Commit

Permalink
Change CNY_TO_PETAL
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Dec 19, 2024
1 parent 146697e commit 89f1a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ask/petal.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PRICE_PER_1K_TOKEN = BASE_COST_GPT_3_5 * THIRD_PARTY_MULTIPLIER * PROFIT_MULTIPLIER
PRICE_PER_1K_TOKEN_GPT_4 = BASE_COST_GPT_4 * THIRD_PARTY_MULTIPLIER * PROFIT_MULTIPLIER
USD_TO_CNY = Decimal("7.1") # Assuming 1 USD = 7.1 CNY
CNY_TO_PETAL = 100 # 100 petal = 1 CNY
CNY_TO_PETAL = 10 # 10 petal = 1 CNY


async def get_petal_exchange_rate():
Expand Down

0 comments on commit 89f1a95

Please sign in to comment.