mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
bug fix
This commit is contained in:
parent
67338ff9b7
commit
b948d6bf86
@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
|
|||||||
let baseUrl = "";
|
let baseUrl = "";
|
||||||
|
|
||||||
if (accessStore.useCustomConfig) {
|
if (accessStore.useCustomConfig) {
|
||||||
baseUrl = accessStore.moonshotUrl;
|
baseUrl = accessStore.deepseekUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (baseUrl.length === 0) {
|
if (baseUrl.length === 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user