Explorar o código

fix: imageGenerationCall involves billing

creamlike1024 hai 7 meses
pai
achega
17be7c3b45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 (
       <>