Skip to content

Commit

Permalink
fix: ChatGPTNextWeb#3192 use smaller max_tokens as default
Browse files Browse the repository at this point in the history
(cherry picked from commit 87e3d66)
  • Loading branch information
Yidadaa authored and Endlessworld committed Nov 16, 2023
1 parent ec6aa4a commit bb0261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const DEFAULT_CONFIG = {
model: "gpt-3.5-turbo-1106" as ModelType,
temperature: 0.5,
top_p: 1,
max_tokens: 8192,
max_tokens: 4000,
presence_penalty: 0,
frequency_penalty: 0,
sendMemory: true,
Expand Down

0 comments on commit bb0261b

Please sign in to comment.