mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-24 12:04:30 +08:00
Compare commits
4 Commits
f9e9129d52
...
d56566cd73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d56566cd73 | ||
|
|
b5d104c908 | ||
|
|
2a8a18391e | ||
|
|
b948d6bf86 |
@@ -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
|
||||
|
||||
@@ -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` (可选)
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
|
||||
let baseUrl = "";
|
||||
|
||||
if (accessStore.useCustomConfig) {
|
||||
baseUrl = accessStore.moonshotUrl;
|
||||
baseUrl = accessStore.deepseekUrl;
|
||||
}
|
||||
|
||||
if (baseUrl.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user