-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/26 llm download from dropdown backup #3
Feat/26 llm download from dropdown backup #3
Conversation
9777bf9
to
ecfa517
Compare
<learn-more v-show="activeTabIdx == 3"></learn-more> | ||
<app-settings v-if="showSetting" @close="hideAppSettings" @show-download-model-confirm="showDownloadModelConfirm"></app-settings> | ||
</div> | ||
<download-dialog v-show="showDowloadDlg" ref="downloadDigCompt" @close="showDowloadDlg = false"></download-dialog> | ||
<add-l-l-m-dialog v-show="showModelRequestDialog" ref="addLLMCompt" @close="showModelRequestDialog = false" @call-check-model="callCheckModel" @show-warning="showWarning"></add-l-l-m-dialog> | ||
<warning-dialog v-show="showWarningDialog" ref="warningCompt" @close="showWarningDialog = false"></warning-dialog> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not yet convinced, that the llmDialog and the warning dialog should be on this level. My feeling is: keep app.vue as slim as possible, otherwise we will not be able to mentally control it in the long run. We already have some "noise" of events, that simply flip booleans to display some popup/dialogs.
my gut feeling: introduce the add$ModelType as a component on its own , where type is probably (on the long run) corresponding to the view $answer/create/enhance -> llm/stablediff/??? . Probably, in considering the correct hierarchies, one arrives at a cleaner communication between components overall, especially when it comes to delegating events to the download component.
I would also be willing with this design for now and get feedback of intel. But imo we need to be very careful in not letting this degrade.
I am however happy to hear, if you spent thoughts on this
160f92a
to
8ad22a0
Compare
8ad22a0
to
4d04de6
Compare
…ad panel still missing Signed-off-by: julianbollig <[email protected]>
… panel. Signed-off-by: marijnvg-tng <[email protected]>
Signed-off-by: marijnvg-tng <[email protected]>
Signed-off-by: julianbollig <[email protected]>
Signed-off-by: julianbollig <[email protected]>
Signed-off-by: marijnvg-tng <[email protected]>
Signed-off-by: marijnvg-tng <[email protected]>
Signed-off-by: marijnvg-tng <[email protected]>
Signed-off-by: julianbollig <[email protected]>
4d04de6
to
c617ce0
Compare
Signed-off-by: Markus Schuettler <[email protected]>
89e02e8
to
2916814
Compare
No description provided.