mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
gpt-4-turbo
This commit is contained in:
parent
f6e2d3a68c
commit
ba8bb01233
@ -46,14 +46,14 @@ export const DEFAULT_CONFIG = {
|
||||
models: DEFAULT_MODELS as any as LLMModel[],
|
||||
|
||||
modelConfig: {
|
||||
model: "gpt-4-turbo-preview" as ModelType,
|
||||
model: "gpt-4-turbo" as ModelType,
|
||||
temperature: 0.5,
|
||||
top_p: 1,
|
||||
max_tokens: 4000,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
sendMemory: true,
|
||||
historyMessageCount: 14,
|
||||
historyMessageCount: 20,
|
||||
compressMessageLengthThreshold: 43210,
|
||||
enableInjectSystemPrompts: true,
|
||||
template: DEFAULT_INPUT_TEMPLATE,
|
||||
|
Loading…
Reference in New Issue
Block a user