Update constant.ts

This commit is contained in:
Yifei Zhang 2023-08-04 19:24:10 +08:00 committed by GitHub
parent 7da83987e4
commit 543989151f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;