diff --git a/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx b/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx index f5d54f0be..69cd8af3e 100644 --- a/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx +++ b/web/screens/ExploreModels/ExploreModelItemHeader/index.tsx @@ -57,7 +57,7 @@ const ExploreModelItemHeader: React.FC = ({ model, onClick, open }) => { let downloadButton; - if (model.engine !== 'nitro') { + if (model.engine === 'openai') { downloadButton = (