OllamaInterface/RunOllamaServerDialog.py

changeset 14
08932ee12a69
parent 8
3118d16e526e
child 20
8cb7bfe07e15
diff -r 3fd49d7004b2 -r 08932ee12a69 OllamaInterface/RunOllamaServerDialog.py
--- a/OllamaInterface/RunOllamaServerDialog.py	Thu Aug 29 10:53:59 2024 +0200
+++ b/OllamaInterface/RunOllamaServerDialog.py	Thu Aug 29 13:10:40 2024 +0200
@@ -109,6 +109,7 @@
         if self.__process is not None:
             out = str(self.__process.readAllStandardOutput(), "utf-8")
             self.outputEdit.insertPlainText(out)
+            self.outputEdit.ensureCursorVisible()
 
     @pyqtSlot()
     def __processFinished(self):

eric ide

mercurial