OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html

changeset 44
ef9a85b8768a
parent 33
acc362920670
child 68
ca2e671f894e
equal deleted inserted replaced
43:cd85a7eed7f7 44:ef9a85b8768a
246 <tr> 246 <tr>
247 <td><a href="#OllamaWidget.clearHistory">clearHistory</a></td> 247 <td><a href="#OllamaWidget.clearHistory">clearHistory</a></td>
248 <td>Public method to clear the history entries and close all chats.</td> 248 <td>Public method to clear the history entries and close all chats.</td>
249 </tr> 249 </tr>
250 <tr> 250 <tr>
251 <td><a href="#OllamaWidget.getSelectableModels">getSelectableModels</a></td>
252 <td>Public method to get a list of models to select from.</td>
253 </tr>
254 <tr>
251 <td><a href="#OllamaWidget.on_messageEdit_textChanged">on_messageEdit_textChanged</a></td> 255 <td><a href="#OllamaWidget.on_messageEdit_textChanged">on_messageEdit_textChanged</a></td>
252 <td>Private slot to handle a change of the entered message.</td> 256 <td>Private slot to handle a change of the entered message.</td>
253 </tr> 257 </tr>
254 <tr> 258 <tr>
255 <td><a href="#OllamaWidget.on_modelComboBox_currentTextChanged">on_modelComboBox_currentTextChanged</a></td> 259 <td><a href="#OllamaWidget.on_modelComboBox_currentTextChanged">on_modelComboBox_currentTextChanged</a></td>
898 <b>clearHistory</b>(<i></i>) 902 <b>clearHistory</b>(<i></i>)
899 <p> 903 <p>
900 Public method to clear the history entries and close all chats. 904 Public method to clear the history entries and close all chats.
901 </p> 905 </p>
902 906
907 <a NAME="OllamaWidget.getSelectableModels" ID="OllamaWidget.getSelectableModels"></a>
908 <h4>OllamaWidget.getSelectableModels</h4>
909 <b>getSelectableModels</b>(<i></i>)
910 <p>
911 Public method to get a list of models to select from.
912 </p>
913
914 <dl>
915 <dt>Return:</dt>
916 <dd>
917 list of models to select from
918 </dd>
919 </dl>
920 <dl>
921 <dt>Return Type:</dt>
922 <dd>
923 list of str
924 </dd>
925 </dl>
903 <a NAME="OllamaWidget.on_messageEdit_textChanged" ID="OllamaWidget.on_messageEdit_textChanged"></a> 926 <a NAME="OllamaWidget.on_messageEdit_textChanged" ID="OllamaWidget.on_messageEdit_textChanged"></a>
904 <h4>OllamaWidget.on_messageEdit_textChanged</h4> 927 <h4>OllamaWidget.on_messageEdit_textChanged</h4>
905 <b>on_messageEdit_textChanged</b>(<i></i>) 928 <b>on_messageEdit_textChanged</b>(<i></i>)
906 <p> 929 <p>
907 Private slot to handle a change of the entered message. 930 Private slot to handle a change of the entered message.

eric ide

mercurial