--- a/OllamaInterface/Ui_OllamaWidget.py Thu Aug 08 18:33:49 2024 +0200 +++ b/OllamaInterface/Ui_OllamaWidget.py Sun Aug 25 19:44:24 2024 +0200 @@ -93,6 +93,7 @@ def retranslateUi(self, OllamaWidget): _translate = QtCore.QCoreApplication.translate + self.reloadModelsButton.setToolTip(_translate("OllamaWidget", "Press to reload the models list and update the \'ollama\' version information.")) self.reloadModelsButton.setStatusTip(_translate("OllamaWidget", "Select to reload the list of selectable models.")) self.modelComboBox.setStatusTip(_translate("OllamaWidget", "Select the model for the chat.")) self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat."))