mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-28 03:29:22 +08:00
4
This commit is contained in:
@@ -134,12 +134,12 @@ const DEFAULT_CONFIG: ChatConfig = {
|
||||
historyMessageCount: 4,
|
||||
compressMessageLengthThreshold: 1000,
|
||||
sendBotMessages: true as boolean,
|
||||
submitKey: SubmitKey.CtrlEnter as SubmitKey,
|
||||
submitKey: SubmitKey.Enter as SubmitKey,
|
||||
avatar: "1f603",
|
||||
fontSize: 14,
|
||||
theme: Theme.Auto as Theme,
|
||||
fontSize: 15,
|
||||
theme: Theme.Dark as Theme,
|
||||
tightBorder: false,
|
||||
sendPreviewBubble: true,
|
||||
sendPreviewBubble: false,
|
||||
|
||||
disablePromptHint: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user