fix: imageGenerationCall involves billing

This commit is contained in:
creamlike1024
2025-09-16 13:02:15 +08:00
parent f6984272bf
commit b9befccd9e

View File

@@ -1072,7 +1072,7 @@ export function renderModelPrice(
(completionTokens / 1000000) * completionRatioPrice * groupRatio +
(webSearchCallCount / 1000) * webSearchPrice * groupRatio +
(fileSearchCallCount / 1000) * fileSearchPrice * groupRatio +
(imageGenerationCall * imageGenerationCallPrice * groupRatio);
(imageGenerationCallPrice * groupRatio);
return (
<>