Update app.ts

This commit is contained in:
www9song 2023-04-20 20:35:31 +08:00 committed by GitHub
parent b2c711a5e8
commit 5b3f3ad62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ const DEFAULT_CONFIG: ChatConfig = {
disablePromptHint: false,
modelConfig: {
model: "gpt-3.5-turbo",
model: "gpt-4",
temperature: 1,
max_tokens: 2000,
presence_penalty: 0,