Skip to content

Commit

Permalink
Reworded as per review request
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Jul 22, 2024
1 parent 7c3268f commit 1bc7451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ txt = generate(chat,"What is Model-Based Design and how is it related to Digital

## Establishing a connection to remote LLMs using Ollama

To connect to a remote Ollama server, use the `Endpoint` parameter. Include the server name and port number (Ollama starts on 11434 by default):
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.
```matlab
chat = ollamaChat("mistral",Endpoint="ollamaServer:11434");
```

0 comments on commit 1bc7451

Please sign in to comment.