We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67338ff commit b948d6bCopy full SHA for b948d6b
app/client/platforms/deepseek.ts
@@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
35
let baseUrl = "";
36
37
if (accessStore.useCustomConfig) {
38
- baseUrl = accessStore.moonshotUrl;
+ baseUrl = accessStore.deepseekUrl;
39
}
40
41
if (baseUrl.length === 0) {
0 commit comments