|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>Plugin_AI_Ollama.OllamaInterface.OllamaDetailedModelsDialog</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.OllamaDetailedModelsDialog</h1> |
|
10 <p> |
|
11 Module implementing a dialog to show details of the available 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="#OllamaDetailedModelsDialog">OllamaDetailedModelsDialog</a></td> |
|
23 <td>Class implementing a dialog to show details of the available 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="OllamaDetailedModelsDialog" ID="OllamaDetailedModelsDialog"></a> |
|
35 <h2>OllamaDetailedModelsDialog</h2> |
|
36 <p> |
|
37 Class implementing a dialog to show details of the available models. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_OllamaDetailedModelsDialog |
|
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="#OllamaDetailedModelsDialog.__init__">OllamaDetailedModelsDialog</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="OllamaDetailedModelsDialog.__init__" ID="OllamaDetailedModelsDialog.__init__"></a> |
|
67 <h4>OllamaDetailedModelsDialog (Constructor)</h4> |
|
68 <b>OllamaDetailedModelsDialog</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> |