From 2f520c8d470e8efd50130e68f77617fbf345c757 Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Sun, 22 Feb 2026 13:06:56 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E8=AF=B4=E6=98=8E=20Sora=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=9A=82=E4=B8=8D=E5=8F=AF=E7=94=A8=E5=8F=8A?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 README.md 增加 Sora 暂不可用状态说明 - 在 README_CN.md 增加对应中文说明并标注恢复后可选 - 明确 gateway.sora_* 配置当前仅为预留项 Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++++ README_CN.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36949b0a..a5f680bf 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,12 @@ default: rate_multiplier: 1.0 ``` +### Sora Status (Temporarily Unavailable) + +> ⚠️ Sora-related features are temporarily unavailable due to technical issues in upstream integration and media delivery. +> Please do not rely on Sora in production at this time. +> Existing `gateway.sora_*` configuration keys are reserved and may not take effect until these issues are resolved. + Additional security-related options are available in `config.yaml`: - `cors.allowed_origins` for CORS allowlist diff --git a/README_CN.md b/README_CN.md index 2d5d4760..ea35a19d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -372,7 +372,13 @@ default: rate_multiplier: 1.0 ``` -### Sora 媒体签名 URL(可选) +### Sora 功能状态(暂不可用) + +> ⚠️ 当前 Sora 相关功能因上游接入与媒体链路存在技术问题,暂时不可用。 +> 现阶段请勿在生产环境依赖 Sora 能力。 +> 文档中的 `gateway.sora_*` 配置仅作预留,待技术问题修复后再恢复可用。 + +### Sora 媒体签名 URL(功能恢复后可选) 当配置 `gateway.sora_media_signing_key` 且 `gateway.sora_media_signed_url_ttl_seconds > 0` 时,网关会将 Sora 输出的媒体地址改写为临时签名 URL(`/sora/media-signed/...`)。这样无需 API Key 即可在浏览器中直接访问,且具备过期控制与防篡改能力(签名包含 path + query)。