Proper GGUF / name Model pulling

This commit is contained in:
jeffser
2024-08-02 20:47:04 -06:00
parent b373b6a34f
commit e65a8bc648
4 changed files with 205 additions and 171 deletions

View File

@@ -1,14 +1,8 @@
.message_input_scroll_window junction {
box-shadow: none;
border: none;
background: blue;
}
.message_input_scroll_window > * {
box-shadow: none;
border-width: 0;
}
.message_text_view {
.message_text_view, .modelfile_textview {
background-color: rgba(0,0,0,0);
}
.chat_image_button {