chore: change default custom model to llama-7b-int4

This commit is contained in:
josc146
2023-04-04 19:42:52 +08:00
parent 3ceea6b060
commit 57d05296bb
+1 -1
View File
@@ -68,7 +68,7 @@ export const defaultConfig = {
lockWhenAnswer: false,
autoRegenAfterSwitchModel: false,
customModelApiUrl: 'http://localhost:8000/chat/completions',
customModelName: 'chatglm-6b-int4',
customModelName: 'llama-7b-int4',
// advanced