diff --git a/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx b/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx index ceab733bd..2f871b170 100644 --- a/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx +++ b/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx @@ -2,7 +2,7 @@ import { useCallback, useMemo } from 'react' import { Model } from '@janhq/core' -import { Button } from '@janhq/uikit' +import { Badge, Button } from '@janhq/uikit' import { atom, useAtomValue } from 'jotai' @@ -101,6 +101,19 @@ const ExploreModelItemHeader: React.FC = ({ model, onClick, open }) => { {toGibibytes(model.metadata.size)} + {model.metadata.size && ( + <> + + Recommended + + + Slow on your device + + + Not enough RAM + + + )} {downloadButton}