mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
Update config.ts
gpt-4 + 8000 tokens
This commit is contained in:
committed by
GitHub
parent
959d263b92
commit
e0f4615b55
@@ -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,
|
||||
|
Reference in New Issue
Block a user