We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4962a43 commit 139985dCopy full SHA for 139985d
doc/Ollama.md
@@ -25,6 +25,11 @@ Connecting to Ollama models using this add\-on requires an installed version of
25
>> !ollama pull mistral
26
```
27
28
+For information on which Ollama models you have installed, use the `models` method of the `ollamaChat` class:
29
+```matlab
30
+listOfAvailableModels = ollamaChat.models;
31
+```
32
+
33
<a id="get-started"></a>
34
# Get Started
35
0 commit comments