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.5", |
36 "version": "10.1.6", |
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." |