update api context

This commit is contained in:
duanfuxiang
2025-06-06 17:20:05 +08:00
parent 8732ebf30e
commit 5bdfc91042
6 changed files with 16 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ export const ComboBoxComponent: React.FC<ComboBoxComponentProps> = ({
};
fetchModelIds();
}, [modelProvider, isEmbedding]);
}, [modelProvider, isEmbedding, settings]);
const searchableItems = useMemo(() => {
return modelIds.map((id) => ({