OllamaInterface/OllamaChatMessageBox.py

changeset 59
40a29731e0d0
parent 44
ef9a85b8768a
child 67
3c2bcbf7eeaf
diff -r 7878fc1493fb -r 40a29731e0d0 OllamaInterface/OllamaChatMessageBox.py
--- a/OllamaInterface/OllamaChatMessageBox.py	Wed Oct 02 09:11:09 2024 +0200
+++ b/OllamaInterface/OllamaChatMessageBox.py	Thu Oct 24 14:55:20 2024 +0200
@@ -18,7 +18,7 @@
 try:
     from eric7.EricWidgets.EricAutoResizeTextBrowser import EricAutoResizeTextBrowser
 except ImportError:
-    # backward compatibility for eric-ide < 24.10
+    # backward compatibility for eric < 24.10
     from .AutoResizeTextBrowser import (
         AutoResizeTextBrowser as EricAutoResizeTextBrowser,
     )

eric ide

mercurial