This commit is contained in:
suruiqiang 2024-12-29 11:24:57 +08:00
parent 67338ff9b7
commit b948d6bf86

View File

@ -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) {