Restore image generation estimate to 20 credits
This commit is contained in:
@@ -473,8 +473,8 @@ function WorkbenchPage({
|
||||
const billingEstimate = useMemo(() => {
|
||||
if (activeMode === "image") {
|
||||
return {
|
||||
label: "预计 2,000 积分",
|
||||
title: `图片生成按任务计费:${activeModel},${imageSettingsSummary},预计 2,000 积分`,
|
||||
label: "预计 20 积分",
|
||||
title: `图片生成按任务计费:${activeModel},${imageSettingsSummary},预计 20 积分`,
|
||||
};
|
||||
}
|
||||
if (activeMode === "video") {
|
||||
|
||||
Reference in New Issue
Block a user