OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaDetailedModelsDialog.html

changeset 18
0a5b9c233a6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaDetailedModelsDialog.html	Thu Aug 29 13:15:36 2024 +0200
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_AI_Ollama.OllamaInterface.OllamaDetailedModelsDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_AI_Ollama.OllamaInterface.OllamaDetailedModelsDialog</h1>
+<p>
+Module implementing a dialog to show details of the available models.
+</p>
+
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#OllamaDetailedModelsDialog">OllamaDetailedModelsDialog</a></td>
+<td>Class implementing a dialog to show details of the available models.</td>
+</tr>
+</table>
+
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<hr />
+<hr />
+<a NAME="OllamaDetailedModelsDialog" ID="OllamaDetailedModelsDialog"></a>
+<h2>OllamaDetailedModelsDialog</h2>
+<p>
+    Class implementing a dialog to show details of the available models.
+</p>
+
+<h3>Derived from</h3>
+QDialog, Ui_OllamaDetailedModelsDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#OllamaDetailedModelsDialog.__init__">OllamaDetailedModelsDialog</a></td>
+<td>Constructor</td>
+</tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<a NAME="OllamaDetailedModelsDialog.__init__" ID="OllamaDetailedModelsDialog.__init__"></a>
+<h4>OllamaDetailedModelsDialog (Constructor)</h4>
+<b>OllamaDetailedModelsDialog</b>(<i>models, parent=None</i>)
+<p>
+        Constructor
+</p>
+
+<dl>
+
+<dt><i>models</i> (list[dict[str: Any]])</dt>
+<dd>
+list of available models with details
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>

eric ide

mercurial