This commit is contained in:
GH Action - Upstream Sync 2023-08-05 01:13:55 +00:00
commit 92d12ddfbf
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 = 10;
export const MAX_RENDER_MSG_COUNT = 20;
export const CHAT_PAGE_SIZE = 15;
export const MAX_RENDER_MSG_COUNT = 45;