mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
GPT-4-1106-preview + 4000 Max Tokens
This commit is contained in:
parent
4373e3ed8d
commit
a953fab34b
@ -46,7 +46,7 @@ export const DEFAULT_CONFIG = {
|
||||
models: DEFAULT_MODELS as any as LLMModel[],
|
||||
|
||||
modelConfig: {
|
||||
model: "gpt-4" as ModelType,
|
||||
model: "GPT-4-1106-preview" as ModelType,
|
||||
temperature: 0.5,
|
||||
top_p: 1,
|
||||
max_tokens: 4000,
|
||||
|
Loading…
Reference in New Issue
Block a user