chore: use bigger page size and render msg count

main
Yifei Zhang 2 years ago committed by GitHub
parent 523d553dac
commit 7da83987e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,5 +110,5 @@ export const DEFAULT_MODELS = [
},
] as const;
export const CHAT_PAGE_SIZE = 10;
export const MAX_RENDER_MSG_COUNT = 20;
export const CHAT_PAGE_SIZE = 30;
export const MAX_RENDER_MSG_COUNT = 60;

Loading…
Cancel
Save