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