OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.ConfigurationPage.OllamaPage.html

changeset 18
0a5b9c233a6e
equal deleted inserted replaced
17:43b1396fe72f 18:0a5b9c233a6e
1 <!DOCTYPE html>
2 <html><head>
3 <title>Plugin_AI_Ollama.OllamaInterface.ConfigurationPage.OllamaPage</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>Plugin_AI_Ollama.OllamaInterface.ConfigurationPage.OllamaPage</h1>
10 <p>
11 Module implementing the 'ollama' interface configuration page.
12 </p>
13
14 <h3>Global Attributes</h3>
15 <table>
16 <tr><td>None</td></tr>
17 </table>
18
19 <h3>Classes</h3>
20 <table>
21 <tr>
22 <td><a href="#OllamaPage">OllamaPage</a></td>
23 <td>Class implementing the 'ollama' interface configuration page.</td>
24 </tr>
25 </table>
26
27 <h3>Functions</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31
32 <hr />
33 <hr />
34 <a NAME="OllamaPage" ID="OllamaPage"></a>
35 <h2>OllamaPage</h2>
36 <p>
37 Class implementing the 'ollama' interface configuration page.
38 </p>
39
40 <h3>Derived from</h3>
41 ConfigurationPageBase, Ui_OllamaPage
42 <h3>Class Attributes</h3>
43 <table>
44 <tr><td>None</td></tr>
45 </table>
46
47 <h3>Class Methods</h3>
48 <table>
49 <tr><td>None</td></tr>
50 </table>
51
52 <h3>Methods</h3>
53 <table>
54 <tr>
55 <td><a href="#OllamaPage.__init__">OllamaPage</a></td>
56 <td>Constructor</td>
57 </tr>
58 <tr>
59 <td><a href="#OllamaPage.save">save</a></td>
60 <td>Public slot to save the 'ollama' interface configuration.</td>
61 </tr>
62 </table>
63
64 <h3>Static Methods</h3>
65 <table>
66 <tr><td>None</td></tr>
67 </table>
68
69
70 <a NAME="OllamaPage.__init__" ID="OllamaPage.__init__"></a>
71 <h4>OllamaPage (Constructor)</h4>
72 <b>OllamaPage</b>(<i>plugin</i>)
73 <p>
74 Constructor
75 </p>
76
77 <dl>
78
79 <dt><i>plugin</i> (PluginOllamaInterface)</dt>
80 <dd>
81 reference to the plugin object
82 </dd>
83 </dl>
84 <a NAME="OllamaPage.save" ID="OllamaPage.save"></a>
85 <h4>OllamaPage.save</h4>
86 <b>save</b>(<i></i>)
87 <p>
88 Public slot to save the 'ollama' interface configuration.
89 </p>
90
91 <div align="right"><a href="#top">Up</a></div>
92 <hr />
93 </body></html>

eric ide

mercurial