Skip to content

Commit 79d212f

Browse files
committed
include embedding models in useFetchLlamaModels on Models tab
1 parent 41daea1 commit 79d212f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gen-ai/frontend/src/app/AIAssets/AIAssetsModelsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import useAiAssetCustomEndpointsEnabled from '~/app/hooks/useAiAssetCustomEndpoi
1515
const AIAssetsModelsTab: React.FC = () => {
1616
const navigate = useNavigate();
1717
const { namespace } = React.useContext(GenAiContext);
18-
const { data: playgroundModels } = useFetchLlamaModels();
18+
const { data: playgroundModels } = useFetchLlamaModels(undefined, true);
1919

2020
const { models, loaded, aiError, maasError, refresh } = useMergedModels();
2121
const { data: lsdStatus } = useFetchLSDStatus();

0 commit comments

Comments
 (0)