Skip to content

Commit 1bc7451

Browse files
committed
Reworded as per review request
1 parent 7c3268f commit 1bc7451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ txt = generate(chat,"What is Model-Based Design and how is it related to Digital
9898

9999
## Establishing a connection to remote LLMs using Ollama
100100

101-
To connect to a remote Ollama server, use the `Endpoint` parameter. Include the server name and port number (Ollama starts on 11434 by default):
101+
To connect to a remote Ollama server, use the `Endpoint` name-value pair. Include the server name and port number. Ollama starts on 11434 by default.
102102
```matlab
103103
chat = ollamaChat("mistral",Endpoint="ollamaServer:11434");
104104
```

0 commit comments

Comments
 (0)