OllamaInterface/OllamaWidget.py

changeset 47
178d52749f25
parent 44
ef9a85b8768a
child 59
40a29731e0d0
--- 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):

eric ide

mercurial