fix: configure dedicated asr upload gateway
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user