diff --git a/src/config/index.mjs b/src/config/index.mjs index 22dea18..a8fdc3b 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -98,7 +98,7 @@ export const defaultConfig = { modelMode: 'balanced', customModelApiUrl: 'http://localhost:8000/chat/completions', - customModelName: 'llama-7b-int4', + customModelName: 'rwkv', githubThirdPartyUrl: 'http://127.0.0.1:3000/conversation', // advanced