update conversation default value

This commit is contained in:
an-lee
2024-01-11 10:07:31 +08:00
parent f6673c74e9
commit 91baeff4ef

View File

@@ -686,7 +686,7 @@ const conversationDefaultConfiguration = {
maxTokens: 2048,
presencePenalty: 0,
frequencyPenalty: 0,
historyBufferSize: 10,
historyBufferSize: 0,
tts: {
engine: "openai",
model: "tts-1",