Skip to content

Commit b948d6b

Browse files
committed
bug fix
1 parent 67338ff commit b948d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/client/platforms/deepseek.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
3535
let baseUrl = "";
3636

3737
if (accessStore.useCustomConfig) {
38-
baseUrl = accessStore.moonshotUrl;
38+
baseUrl = accessStore.deepseekUrl;
3939
}
4040

4141
if (baseUrl.length === 0) {

0 commit comments

Comments
 (0)