Skip to content

Commit 8ca9c75

Browse files
committed
chore: change default custom model to rwkv
1 parent a06ae82 commit 8ca9c75

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
@@ -98,7 +98,7 @@ export const defaultConfig = {
9898
modelMode: 'balanced',
9999

100100
customModelApiUrl: 'http://localhost:8000/chat/completions',
101-
customModelName: 'llama-7b-int4',
101+
customModelName: 'rwkv',
102102
githubThirdPartyUrl: 'http://127.0.0.1:3000/conversation',
103103

104104
// advanced

0 commit comments

Comments
 (0)