Просмотр исходного кода

fix: imageGenerationCall involves billing

creamlike1024 5 месяцев назад
Родитель
Сommit
17be7c3b45
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/src/helpers/render.jsx

+ 1 - 1
web/src/helpers/render.jsx

@@ -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 (
       <>