OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaRunningModelsDialog.html

changeset 18
0a5b9c233a6e
equal deleted inserted replaced
17:43b1396fe72f 18:0a5b9c233a6e
1 <!DOCTYPE html>
2 <html><head>
3 <title>Plugin_AI_Ollama.OllamaInterface.OllamaRunningModelsDialog</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.OllamaRunningModelsDialog</h1>
10 <p>
11 Module implementing a dialog to show details of the running models.
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="#OllamaRunningModelsDialog">OllamaRunningModelsDialog</a></td>
23 <td>Class implementing a dialog to show details of the running models.</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="OllamaRunningModelsDialog" ID="OllamaRunningModelsDialog"></a>
35 <h2>OllamaRunningModelsDialog</h2>
36 <p>
37 Class implementing a dialog to show details of the running models.
38 </p>
39
40 <h3>Derived from</h3>
41 QDialog, Ui_OllamaRunningModelsDialog
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="#OllamaRunningModelsDialog.__init__">OllamaRunningModelsDialog</a></td>
56 <td>Constructor</td>
57 </tr>
58 </table>
59
60 <h3>Static Methods</h3>
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64
65
66 <a NAME="OllamaRunningModelsDialog.__init__" ID="OllamaRunningModelsDialog.__init__"></a>
67 <h4>OllamaRunningModelsDialog (Constructor)</h4>
68 <b>OllamaRunningModelsDialog</b>(<i>models, parent=None</i>)
69 <p>
70 Constructor
71 </p>
72
73 <dl>
74
75 <dt><i>models</i> (list[dict[str: Any]])</dt>
76 <dd>
77 list of available models with details
78 </dd>
79 <dt><i>parent</i> (QWidget (optional))</dt>
80 <dd>
81 reference to the parent widget (defaults to None)
82 </dd>
83 </dl>
84 <div align="right"><a href="#top">Up</a></div>
85 <hr />
86 </body></html>

eric ide

mercurial