This commit is contained in:
2025-09-24 07:13:07 +02:00
parent 3785edc35a
commit 787e09e608

View File

@@ -86,9 +86,6 @@ class MainPage(BasePage):
if not self.tool.storage['selected_model']:
ui.notify('Select a model first.')
return
"""if not app.storage.user[f'{self.tool.name}_selected_model']:
ui.notify('Select a model first.')
return"""
user_message = self.user_input.strip()
if not user_message: