Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Aug 4, 2023
1 parent 7da8398 commit 5439891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ export const DEFAULT_MODELS = [
},
] as const;

export const CHAT_PAGE_SIZE = 30;
export const MAX_RENDER_MSG_COUNT = 60;
export const CHAT_PAGE_SIZE = 15;
export const MAX_RENDER_MSG_COUNT = 45;

0 comments on commit 5439891

Please sign in to comment.