Codex/generation task reliability #27

Merged
stringadmin merged 10 commits from codex/generation-task-reliability into master 2026-06-08 10:31:08 +00:00
Showing only changes of commit 560a7baddc - Show all commits
+2 -2
View File
@@ -473,8 +473,8 @@ function WorkbenchPage({
const billingEstimate = useMemo(() => { const billingEstimate = useMemo(() => {
if (activeMode === "image") { if (activeMode === "image") {
return { return {
label: "预计 2,000 积分", label: "预计 20 积分",
title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 2,000 积分`, title: `图片生成按任务计费:${activeModel}${imageSettingsSummary},预计 20 积分`,
}; };
} }
if (activeMode === "video") { if (activeMode === "video") {