mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Lint
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
clearMessages,
|
||||
copyChat,
|
||||
getChatSettingValueNullDefault,
|
||||
setChatSettingValueByKey,
|
||||
saveCustomProfile,
|
||||
deleteCustomProfile,
|
||||
setGlobalSettingValueByKey,
|
||||
|
||||
@@ -78,7 +78,7 @@ const defaults:ChatSettings = {
|
||||
useSystemPrompt: false,
|
||||
systemPrompt: '',
|
||||
autoStartSession: false,
|
||||
trainingPrompts: [],
|
||||
trainingPrompts: []
|
||||
}
|
||||
|
||||
const excludeFromProfile = {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
messages: [],
|
||||
usage: {} as Record<Model, Usage>,
|
||||
startSession: false,
|
||||
sessionStarted: false,
|
||||
sessionStarted: false
|
||||
})
|
||||
chatsStorage.set(chats)
|
||||
// Apply defaults and prepare it to start
|
||||
|
||||
Reference in New Issue
Block a user