Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bestsanmao committed Dec 29, 2024
1 parent 67338ff commit b948d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/deepseek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
let baseUrl = "";

if (accessStore.useCustomConfig) {
baseUrl = accessStore.moonshotUrl;
baseUrl = accessStore.deepseekUrl;
}

if (baseUrl.length === 0) {
Expand Down

0 comments on commit b948d6b

Please sign in to comment.