Skip to content

Commit 139985d

Browse files
MiriamScharnkeccreutzi
authored andcommitted
Update Setup section in Ollama.md
Update the Setup section in Ollama.md to explain how to use `ollamaChat.models` to find out which models are installed.
1 parent 4962a43 commit 139985d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/Ollama.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Connecting to Ollama models using this add\-on requires an installed version of
2525
>> !ollama pull mistral
2626
```
2727

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+
2833
<a id="get-started"></a>
2934
# Get Started
3035

0 commit comments

Comments
 (0)