From 480b238e44c72fc200e9081cc1d0d92da2d0cbfe Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 23 Dec 2025 10:00:43 +0800 Subject: [PATCH] fix: expand all model clear instances cache --- src/pages/llmodels/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/llmodels/index.tsx b/src/pages/llmodels/index.tsx index 07b9ec19..da155944 100644 --- a/src/pages/llmodels/index.tsx +++ b/src/pages/llmodels/index.tsx @@ -220,6 +220,7 @@ const Models: React.FC = () => { const createModelsInstanceChunkRequest = useMemoizedFn(async () => { chunkInstanceRequedtRef.current?.current?.cancel?.(); + cacheInsDataListRef.current = []; try { chunkInstanceRequedtRef.current = setModelInstanceChunkRequest({ url: `${MODEL_INSTANCE_API}`,