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 ad3b7a1 commit 73745c5Copy full SHA for 73745c5
src/const/settings/llm.ts
@@ -1,6 +1,5 @@
1
import { ModelProvider } from '@/libs/agent-runtime';
2
-
3
-import { genUserLLMConfig } from '@/utils/genUserLLMConfig'
+import { genUserLLMConfig } from '@/utils/genUserLLMConfig';
4
5
export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
6
lmstudio: {
@@ -10,7 +9,7 @@ export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
10
9
enabled: true,
11
fetchOnClient: true,
12
},
13
- openai: {
+ openai: {
14
15
16
});
0 commit comments