feat: img compress;perf: color.prompt response

This commit is contained in:
archer
2023-05-03 21:42:23 +08:00
parent 17a42ac0cc
commit 91b02bbfd9
7 changed files with 87 additions and 19 deletions

View File

@@ -99,7 +99,7 @@ const SlideBar = ({
fetchMyModels();
fetchCollectionModels();
loadChatHistory();
}, 1500);
}, 1000);
}, [fetchCollectionModels, fetchMyModels, loadChatHistory]);
/**