PluginAiOllama.py

changeset 3
ca28466a186d
parent 2
fee250704d3d
child 4
7dd1b9cd3150
equal deleted inserted replaced
2:fee250704d3d 3:ca28466a186d
85 pass 85 pass
86 86
87 87
88 class PluginOllamaInterface(QObject): 88 class PluginOllamaInterface(QObject):
89 """ 89 """
90 Class documentation goes here. 90 Class implementing the ollama Interface plug-in.
91 """ 91 """
92 92
93 PreferencesKey = "Ollama" 93 PreferencesKey = "Ollama"
94 94
95 def __init__(self, ui): 95 def __init__(self, ui):

eric ide

mercurial