diff -r 7dd8f8624522 -r acc362920670 OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html --- a/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html Sat Sep 07 15:29:05 2024 +0200 +++ b/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html Sat Sep 07 18:31:41 2024 +0200 @@ -60,6 +60,10 @@ <td>Private slot to set the action enabled status.</td> </tr> <tr> +<td><a href="#OllamaWidget.__chatHistoryDialogClosed">__chatHistoryDialogClosed</a></td> +<td>Private method to handle the closing of a chat history dialog.</td> +</tr> +<tr> <td><a href="#OllamaWidget.__checkHistoryModels">__checkHistoryModels</a></td> <td>Private slot to set the chat history entry states according to available models.</td> </tr> @@ -208,12 +212,12 @@ <td>Private slot to receive the 'ollama' server version and set the header.</td> </tr> <tr> -<td><a href="#OllamaWidget.__showModelLibrary">__showModelLibrary</a></td> -<td>Private slot to open the 'ollama' model librayr web site.</td> +<td><a href="#OllamaWidget.__showModels">__showModels</a></td> +<td>Private slot to ask the 'ollama' server for a list of available models with some details.</td> </tr> <tr> -<td><a href="#OllamaWidget.__showModels">__showModels</a></td> -<td>Private slot to ask the 'ollama' server for a list of available models with some details.</td> +<td><a href="#OllamaWidget.__showOllamaUrl">__showOllamaUrl</a></td> +<td>Private method to open an 'ollama' URL given by its configuration key.</td> </tr> <tr> <td><a href="#OllamaWidget.__showRunningModels">__showRunningModels</a></td> @@ -236,6 +240,10 @@ <td>Private slot to set the enabled state of the message line edit and the send button.</td> </tr> <tr> +<td><a href="#OllamaWidget.__viewChatHistory">__viewChatHistory</a></td> +<td>Private slot to show the chat history in a separate window.</td> +</tr> +<tr> <td><a href="#OllamaWidget.clearHistory">clearHistory</a></td> <td>Public method to clear the history entries and close all chats.</td> </tr> @@ -297,6 +305,20 @@ Private slot to set the action enabled status. </p> +<a NAME="OllamaWidget.__chatHistoryDialogClosed" ID="OllamaWidget.__chatHistoryDialogClosed"></a> +<h4>OllamaWidget.__chatHistoryDialogClosed</h4> +<b>__chatHistoryDialogClosed</b>(<i>dialog</i>) +<p> + Private method to handle the closing of a chat history dialog. +</p> + +<dl> + +<dt><i>dialog</i> (OllamaChatDialog)</dt> +<dd> +reference to the closed dialog +</dd> +</dl> <a NAME="OllamaWidget.__checkHistoryModels" ID="OllamaWidget.__checkHistoryModels"></a> <h4>OllamaWidget.__checkHistoryModels</h4> <b>__checkHistoryModels</b>(<i>modelNames</i>) @@ -798,13 +820,6 @@ 'ollama' server version' </dd> </dl> -<a NAME="OllamaWidget.__showModelLibrary" ID="OllamaWidget.__showModelLibrary"></a> -<h4>OllamaWidget.__showModelLibrary</h4> -<b>__showModelLibrary</b>(<i></i>) -<p> - Private slot to open the 'ollama' model librayr web site. -</p> - <a NAME="OllamaWidget.__showModels" ID="OllamaWidget.__showModels"></a> <h4>OllamaWidget.__showModels</h4> <b>__showModels</b>(<i></i>) @@ -813,6 +828,20 @@ some details. </p> +<a NAME="OllamaWidget.__showOllamaUrl" ID="OllamaWidget.__showOllamaUrl"></a> +<h4>OllamaWidget.__showOllamaUrl</h4> +<b>__showOllamaUrl</b>(<i>urlKey</i>) +<p> + Private method to open an 'ollama' URL given by its configuration key. +</p> + +<dl> + +<dt><i>urlKey</i> (str)</dt> +<dd> +URL configuration key +</dd> +</dl> <a NAME="OllamaWidget.__showRunningModels" ID="OllamaWidget.__showRunningModels"></a> <h4>OllamaWidget.__showRunningModels</h4> <b>__showRunningModels</b>(<i></i>) @@ -850,6 +879,20 @@ button. </p> +<a NAME="OllamaWidget.__viewChatHistory" ID="OllamaWidget.__viewChatHistory"></a> +<h4>OllamaWidget.__viewChatHistory</h4> +<b>__viewChatHistory</b>(<i>hid</i>) +<p> + Private slot to show the chat history in a separate window. +</p> + +<dl> + +<dt><i>hid</i> (str)</dt> +<dd> +ID of the history to be shown +</dd> +</dl> <a NAME="OllamaWidget.clearHistory" ID="OllamaWidget.clearHistory"></a> <h4>OllamaWidget.clearHistory</h4> <b>clearHistory</b>(<i></i>)