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