Skip to content

Commit

Permalink
Update chat.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Nov 18, 2023
1 parent 4fc667a commit 66fa8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const modelCost = {
},
};

export const defaultUserMaxToken = 4000;
export const defaultUserMaxToken = 128000;

export const _defaultChatConfig: ConfigInterface = {
model: defaultModel,
Expand Down

0 comments on commit 66fa8db

Please sign in to comment.