Fixed the cai_chat (instead of cai-chat)

This commit is contained in:
Pakobbix 2023-05-13 14:42:39 +02:00
parent 0bcdfb6b11
commit 090359d5a3

View File

@ -77,7 +77,7 @@ class MainWindow(QMainWindow):
# Mode Dropdown
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:"))
self.mode_dropdown.setToolTip("Choose what kind of UI you want to load.")
layout.addWidget(self.mode_dropdown)