diff -r cd85a7eed7f7 -r ef9a85b8768a OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html --- a/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html Thu Sep 12 15:41:58 2024 +0200 +++ b/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html Mon Sep 16 19:05:50 2024 +0200 @@ -248,6 +248,10 @@ <td>Public method to clear the history entries and close all chats.</td> </tr> <tr> +<td><a href="#OllamaWidget.getSelectableModels">getSelectableModels</a></td> +<td>Public method to get a list of models to select from.</td> +</tr> +<tr> <td><a href="#OllamaWidget.on_messageEdit_textChanged">on_messageEdit_textChanged</a></td> <td>Private slot to handle a change of the entered message.</td> </tr> @@ -900,6 +904,25 @@ Public method to clear the history entries and close all chats. </p> +<a NAME="OllamaWidget.getSelectableModels" ID="OllamaWidget.getSelectableModels"></a> +<h4>OllamaWidget.getSelectableModels</h4> +<b>getSelectableModels</b>(<i></i>) +<p> + Public method to get a list of models to select from. +</p> + +<dl> +<dt>Return:</dt> +<dd> +list of models to select from +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="OllamaWidget.on_messageEdit_textChanged" ID="OllamaWidget.on_messageEdit_textChanged"></a> <h4>OllamaWidget.on_messageEdit_textChanged</h4> <b>on_messageEdit_textChanged</b>(<i></i>)