Skip to content

Commit e5607ba

Browse files
committed
chore: change default custom model to llama-7b-int4
1 parent 7e5e00c commit e5607ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const defaultConfig = {
6868
lockWhenAnswer: false,
6969
autoRegenAfterSwitchModel: false,
7070
customModelApiUrl: 'http://localhost:8000/chat/completions',
71-
customModelName: 'chatglm-6b-int4',
71+
customModelName: 'llama-7b-int4',
7272

7373
// advanced
7474

0 commit comments

Comments
 (0)