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): |