mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-14 12:10:31 +08:00
feat: option to regenerate the answer after switching model (#98)
This commit is contained in:
@@ -66,6 +66,7 @@ export const defaultConfig = {
|
||||
preferredLanguage: getNavigatorLanguage(),
|
||||
insertAtTop: isMobile(),
|
||||
lockWhenAnswer: false,
|
||||
autoRegenAfterSwitchModel: false,
|
||||
customModelApiUrl: 'http://localhost:8000/chat/completions',
|
||||
customModelName: 'chatglm-6b-int4',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user