PluginAiOllama.py

changeset 68
ca2e671f894e
parent 67
3c2bcbf7eeaf
child 71
40aa31875d31
equal deleted inserted replaced
67:3c2bcbf7eeaf 68:ca2e671f894e
31 __header__ = { 31 __header__ = {
32 "name": "ollama Interface", 32 "name": "ollama Interface",
33 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", 33 "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
34 "autoactivate": True, 34 "autoactivate": True,
35 "deactivateable": True, 35 "deactivateable": True,
36 "version": "10.1.7", 36 "version": "10.1.8",
37 "className": "PluginOllamaInterface", 37 "className": "PluginOllamaInterface",
38 "packageName": "OllamaInterface", 38 "packageName": "OllamaInterface",
39 "shortDescription": "Graphical 'ollama' client for eric-ide.", 39 "shortDescription": "Graphical 'ollama' client for eric-ide.",
40 "longDescription": ( 40 "longDescription": (
41 "Plug-in implementing an 'ollama' client and interface widgets." 41 "Plug-in implementing an 'ollama' client and interface widgets."
44 "hasCompiledForms": True, 44 "hasCompiledForms": True,
45 "pyqtApi": 2, 45 "pyqtApi": 2,
46 } 46 }
47 # End-Of-Header 47 # End-Of-Header
48 48
49 error = "" # noqa: U200 49 error = "" # noqa: U-200
50 50
51 ollamaInterfacePluginObject = None 51 ollamaInterfacePluginObject = None
52 52
53 53
54 def createOllamaPage(_configDlg): 54 def createOllamaPage(_configDlg):
343 sidebar.show() 343 sidebar.show()
344 sidebar.setCurrentWidget(widget) 344 sidebar.setCurrentWidget(widget)
345 345
346 346
347 # 347 #
348 # eflag: noqa = M801, U200 348 # eflag: noqa = M-801

eric ide

mercurial