PluginAiOllama.py

changeset 8
3118d16e526e
parent 7
eb1dec15b2f0
child 16
cb6af351310b
equal deleted inserted replaced
7:eb1dec15b2f0 8:3118d16e526e
128 "OllamaHost": "localhost", 128 "OllamaHost": "localhost",
129 "OllamaPort": 11434, 129 "OllamaPort": 11434,
130 "OllamaLocalPort": 11435, # port for locally started ollama server 130 "OllamaLocalPort": 11435, # port for locally started ollama server
131 "OllamaHeartbeatInterval": 5, # 5 seconds heartbeat time; 0 = disabled 131 "OllamaHeartbeatInterval": 5, # 5 seconds heartbeat time; 0 = disabled
132 "StreamingChatResponse": True, 132 "StreamingChatResponse": True,
133 "OllamaModelLibraryUrl": "https://ollama.com/library",
133 } 134 }
134 135
135 self.__translator = None 136 self.__translator = None
136 self.__loadTranslator() 137 self.__loadTranslator()
137 138

eric ide

mercurial