fix: configure dedicated asr upload gateway

This commit is contained in:
2026-05-19 09:38:17 +08:00
parent 9a4268281e
commit 2954e58740
5 changed files with 44 additions and 4 deletions

View File

@@ -8,6 +8,12 @@
"storage" : "api\/.env \/ deploy\/.env.production",
"type" : "api_key"
},
{
"description" : "OpenAI Audio Transcriptions 兼容 ASR Key未单独配置 ASR_API_KEY 时复用 LLM_API_KEY本地开发只放 api\/.env不入库",
"name" : "ASR_API_KEY",
"storage" : "api\/.env \/ deploy\/.env.production",
"type" : "api_key"
},
{
"description" : "OpenAI-compatible GPT 图片模型 Key未单独配置 IMAGE_API_KEY 时复用 LLM_API_KEY本地开发只放 api\/.env不入库",
"name" : "IMAGE_API_KEY",