Skip to content

Commit

Permalink
chore: change default custom model to llama-7b-int4
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Apr 4, 2023
1 parent 7e5e00c commit e5607ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5607ba

Please sign in to comment.