Update config.ts

gpt-4 + 8000 tokens
This commit is contained in:
DirkSchlossmacher 2023-06-15 10:48:23 +02:00 committed by GitHub
parent 959d263b92
commit e0f4615b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,9 @@ export const DEFAULT_CONFIG = {
dontShowMaskSplashScreen: false, // dont show splash screen when create chat
modelConfig: {
model: "gpt-3.5-turbo" as ModelType,
model: "gpt-4" as ModelType,
temperature: 0.5,
max_tokens: 2000,
max_tokens: 8000,
presence_penalty: 0,
sendMemory: true,
historyMessageCount: 4,