Issue Description
I noticed there were a few TODOS comments in lib/screens/common_widgets/ai/dialog_add_ai_model.dart and within the AI model selector dialog related to adding and managing custom models.
what should it be solved ?
-
Complete the "Add Model" functionality, allowing users to add new model by adding its id and display name
-
Enable the "Update Models" button to properly refresh the list without need to restart
-
Refactore the selector dialog to use proper local state management so the UI updates instantly when new models are added.
I made actually and i will raise my PR soon
Issue Description
I noticed there were a few TODOS comments in
lib/screens/common_widgets/ai/dialog_add_ai_model.dartand within the AI model selector dialog related to adding and managing custom models.what should it be solved ?
Complete the "Add Model" functionality, allowing users to add new model by adding its id and display name
Enable the "Update Models" button to properly refresh the list without need to restart
Refactore the selector dialog to use proper local state management so the UI updates instantly when new models are added.