mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
Fixed the cai_chat (instead of cai-chat)
This commit is contained in:
parent
0bcdfb6b11
commit
090359d5a3
@ -77,7 +77,7 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
# Mode Dropdown
|
# Mode Dropdown
|
||||||
self.mode_dropdown = QComboBox()
|
self.mode_dropdown = QComboBox()
|
||||||
self.mode_dropdown.addItems(["chat", "cai-chat", "notebook"])
|
self.mode_dropdown.addItems(["chat", "cai_chat", "notebook"])
|
||||||
layout.addWidget(QLabel("Choose Mode:"))
|
layout.addWidget(QLabel("Choose Mode:"))
|
||||||
self.mode_dropdown.setToolTip("Choose what kind of UI you want to load.")
|
self.mode_dropdown.setToolTip("Choose what kind of UI you want to load.")
|
||||||
layout.addWidget(self.mode_dropdown)
|
layout.addWidget(self.mode_dropdown)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user