Skip to content

Commit

Permalink
fix: 模型价格
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed May 21, 2024
1 parent 1568d64 commit cf8fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ModelPricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const ModelPricing = () => {
let inputRatioPrice = record.model_ratio * 2 * record.group_ratio;
let completionRatioPrice =
record.model_ratio *
record.completion_ratio *
record.completion_ratio * 2 *
record.group_ratio;
content = (
<>
Expand Down

0 comments on commit cf8fe63

Please sign in to comment.