PluginAiOllama.py

changeset 8
3118d16e526e
parent 7
eb1dec15b2f0
child 16
cb6af351310b
--- a/PluginAiOllama.py	Thu Aug 08 18:33:49 2024 +0200
+++ b/PluginAiOllama.py	Sun Aug 25 19:44:24 2024 +0200
@@ -130,6 +130,7 @@
             "OllamaLocalPort": 11435,  # port for locally started ollama server
             "OllamaHeartbeatInterval": 5,  # 5 seconds heartbeat time; 0 = disabled
             "StreamingChatResponse": True,
+            "OllamaModelLibraryUrl": "https://ollama.com/library",
         }
 
         self.__translator = None

eric ide

mercurial