Skip to content

Commit

Permalink
v2.2.3 - update placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Oct 15, 2023
1 parent cfaa0d5 commit f1a8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_tabs_settings_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ModelsSettingsTab(QWidget):
def __init__(self):
super(ModelsSettingsTab, self).__init__()

self.label = QLabel("Placeholder text for embedding model settings, which are coming soon.")
self.label = QLabel("Embedding model settings, which are coming soon.")

layout = QVBoxLayout()
layout.addWidget(self.label)
Expand Down

0 comments on commit f1a8148

Please sign in to comment.