From 40adf65a2139cde8876d6165205a08035d95c164 Mon Sep 17 00:00:00 2001 From: webws <1067533975@qq.com> Date: Sat, 3 Aug 2024 17:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=20add=20iflytek=20spark=20docs(=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AE=AF=E9=A3=9E=E6=98=9F=E7=81=ABapi=20key=E8=AF=B4?= =?UTF-8?q?=E6=98=8E)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ README_CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 56e7f9435ddb..867308717899 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,10 @@ Alibaba Cloud Api Key. Alibaba Cloud Api Url. +### IFLYTEK_API_KEY (Optional) +iFLYTEK Spark API Key. Obtain the APIKey and APISecret from the console. The composition of the API_KEY is as follows: Authorization: Bearer {APIKey}:{APISecret} + + ### `HIDE_USER_API_KEY` (optional) > Default: Empty diff --git a/README_CN.md b/README_CN.md index 8c464dc098c1..548c3fbbb9da 100644 --- a/README_CN.md +++ b/README_CN.md @@ -172,6 +172,10 @@ ByteDance Api Url. 阿里云(千问)Api Url. +### `IFLYTEK_API_KEY` (可选) +讯飞星火 Api Key. 控制台获取APIKey和APISecret. API_KEY的组成为:Authorization: Bearer {APIKey}:{APISecret} + + ### `HIDE_USER_API_KEY` (可选) 如果你不想让用户自行填入 API Key,将此环境变量设置为 1 即可。