From df9b8a2f1bce1a993dd47290591001bb7be28258 Mon Sep 17 00:00:00 2001 From: hh <2587203630@qq.com> Date: Mon, 13 Jul 2026 12:01:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=80=E5=90=AF=E6=A8=A1=E7=89=B9?= =?UTF-8?q?=E4=B8=89=E8=A7=86=E5=9B=BE=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/backend/.env | 2 ++ core/backend/.env.example | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/backend/.env b/core/backend/.env index 7bc0617..b570cd8 100644 --- a/core/backend/.env +++ b/core/backend/.env @@ -48,3 +48,5 @@ ASSETS_API_PROJECT_NAME=default # 豆包语音合成(旁白配音 TTS)· 火山控制台-语音技术-语音合成 VOLC_TTS_APPID=8945759494 VOLC_TTS_ACCESS_TOKEN=w7Ye8FdTHADU05PV5cVNjud8FseOnYzR +# 模特库三视图真实生成与计费开关:true 允许预留积分并投递 worker;false 时提交接口直接拒绝任务。 +MODEL_TRIVIEW_GENERATION_ENABLED=true diff --git a/core/backend/.env.example b/core/backend/.env.example index 558b795..4be2a95 100644 --- a/core/backend/.env.example +++ b/core/backend/.env.example @@ -29,4 +29,4 @@ YUNQI_BASE_URL=https://www.yunqiai.chat/v1 # 模特库三视图真实生成与计费开关:API 与 Celery worker 同步部署后才能开启。 # true 允许预留积分并投递生成任务;false 时提交接口直接拒绝,不产生任务或扣费。 -MODEL_TRIVIEW_GENERATION_ENABLED=false +MODEL_TRIVIEW_GENERATION_ENABLED=true