From 2a8a18391ebc563a9a552dfdac8a0a66d833e0d7 Mon Sep 17 00:00:00 2001 From: suruiqiang Date: Sun, 29 Dec 2024 15:31:50 +0800 Subject: [PATCH] docs: add DEEPSEEK_API_KEY and DEEPSEEK_URL in README --- README.md | 8 ++++++++ README_CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 9168480c5e2..228197680f1 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,14 @@ ChatGLM Api Key. ChatGLM Api Url. +### `DEEPSEEK_API_KEY` (optional) + +DeepSeek Api Key. + +### `DEEPSEEK_URL` (optional) + +DeepSeek Api Url. + ### `HIDE_USER_API_KEY` (optional) > Default: Empty diff --git a/README_CN.md b/README_CN.md index 8173b9c4d1c..aa95d6b5cd5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -192,6 +192,14 @@ ChatGLM Api Key. ChatGLM Api Url. +### `DEEPSEEK_API_KEY` (可选) + +DeepSeek Api Key. + +### `DEEPSEEK_URL` (可选) + +DeepSeek Api Url. + ### `HIDE_USER_API_KEY` (可选)