fix: imageGenerationCall involves billing
This commit is contained in:
parent
f6984272bf
commit
b9befccd9e
@ -1072,7 +1072,7 @@ export function renderModelPrice(
|
|||||||
(completionTokens / 1000000) * completionRatioPrice * groupRatio +
|
(completionTokens / 1000000) * completionRatioPrice * groupRatio +
|
||||||
(webSearchCallCount / 1000) * webSearchPrice * groupRatio +
|
(webSearchCallCount / 1000) * webSearchPrice * groupRatio +
|
||||||
(fileSearchCallCount / 1000) * fileSearchPrice * groupRatio +
|
(fileSearchCallCount / 1000) * fileSearchPrice * groupRatio +
|
||||||
(imageGenerationCall * imageGenerationCallPrice * groupRatio);
|
(imageGenerationCallPrice * groupRatio);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user