diff --git a/gui/src/components/modelSelection/ModelSelect.tsx b/gui/src/components/modelSelection/ModelSelect.tsx index f456440d7a..afcb2df44b 100644 --- a/gui/src/components/modelSelection/ModelSelect.tsx +++ b/gui/src/components/modelSelection/ModelSelect.tsx @@ -177,7 +177,7 @@ function ModelOption({ ) : ( option.provider ? : )} {option.title} diff --git a/gui/src/pages/gui.tsx b/gui/src/pages/gui.tsx index 482b7b2871..b4518f9382 100644 --- a/gui/src/pages/gui.tsx +++ b/gui/src/pages/gui.tsx @@ -361,12 +361,7 @@ function GUI() { return ( <> - {/* {!window.isPearOverlay && !!showTutorialCard && - - - - } */} - {false && + {!window.isPearOverlay && !!showTutorialCard &&