Skip to content

Commit ccc69e4

Browse files
committed
Remove claims from doc that Ollama needs to be local
1 parent 1bc7451 commit ccc69e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/llms-with-matlab) [![View Large Language Models (LLMs) with MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/163796-large-language-models-llms-with-matlab)
44

5-
This repository contains code to connect MATLAB to the [OpenAI™ Chat Completions API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api) (which powers ChatGPT™), OpenAI Images API (which powers DALL·E™), [Azure® OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/), and local [Ollama®](https://ollama.com/) models. This allows you to leverage the natural language processing capabilities of large language models directly within your MATLAB environment.
5+
This repository contains code to connect MATLAB to the [OpenAI™ Chat Completions API](https://platform.openai.com/docs/guides/text-generation/chat-completions-api) (which powers ChatGPT™), OpenAI Images API (which powers DALL·E™), [Azure® OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/), and [Ollama®](https://ollama.com/) models. This allows you to leverage the natural language processing capabilities of large language models directly within your MATLAB environment.
66

77
## Requirements
88

@@ -15,7 +15,7 @@ This repository contains code to connect MATLAB to the [OpenAI™ Chat Completio
1515

1616
- For OpenAI connections: An active OpenAI API subscription and API key.
1717
- For Azure OpenAI Services: An active Azure subscription with OpenAI access, deployment, and API key.
18-
- For Ollama: A local Ollama installation. Currently, only connections on `localhost` are supported, i.e., Ollama and MATLAB must run on the same machine.
18+
- For Ollama: An Ollama installation.
1919

2020
## Setup
2121

doc/Ollama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ollama
22

3-
This repository contains code to connect MATLAB to a local [Ollama®](https://ollama.com) server, running large language models (LLMs).
3+
This repository contains code to connect MATLAB to an [Ollama®](https://ollama.com) server, running large language models (LLMs).
44

55
To use local models with Ollama, you will need to install and start an Ollama server, and “pull” models into it. Please follow the Ollama documentation for details. You should be familiar with the limitations and risks associated with using this technology, and you agree that you shall be solely responsible for full compliance with any terms that may apply to your use of any specific model.
66

@@ -13,7 +13,7 @@ Some of the [LLMs currently supported out of the box on Ollama](https://ollama.c
1313
- gemma, codegemma
1414
- command-r
1515

16-
## Establishing a connection to local LLMs using Ollama
16+
## Establishing a connection to LLMs using Ollama
1717

1818
To create the chat assistant, call `ollamaChat` and specify the LLM you want to use:
1919
```matlab

0 commit comments

Comments
 (0)