Skip to content

Commit 73745c5

Browse files
committed
🎨 chore: clean code
1 parent ad3b7a1 commit 73745c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/const/settings/llm.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { ModelProvider } from '@/libs/agent-runtime';
2-
3-
import { genUserLLMConfig } from '@/utils/genUserLLMConfig'
2+
import { genUserLLMConfig } from '@/utils/genUserLLMConfig';
43

54
export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
65
lmstudio: {
@@ -10,7 +9,7 @@ export const DEFAULT_LLM_CONFIG = genUserLLMConfig({
109
enabled: true,
1110
fetchOnClient: true,
1211
},
13-
openai: {
12+
openai: {
1413
enabled: true,
1514
},
1615
});

0 commit comments

Comments
 (0)