--- a/OllamaInterface/OllamaWidget.py Tue Sep 17 10:59:57 2024 +0200 +++ b/OllamaInterface/OllamaWidget.py Wed Sep 18 13:10:13 2024 +0200 @@ -918,14 +918,14 @@ """ Private slot to handle the start of a local server. """ - self.__client.setMode(True) + self.__client.setMode(local=True) @pyqtSlot() def __serverStopped(self): """ Private slot to handle the stopping of a local server. """ - self.__client.setMode(False) + self.__client.setMode(local=False) @pyqtSlot() def __serverDialogClosed(self):