Skip to content

Releases: matlab-deep-learning/llms-with-matlab

v3.3.0: Vision support in Ollama

09 Aug 13:37
150d9c1
Compare
Choose a tag to compare

Vision Support in Ollama

This release adds support for vision models in Ollama™. This will allow you to use the ollamaChat function to describe images.

For an example, see Understanding the Content of an Image.

Full Changelog: v3.2.0...v3.3.0

v3.2.0: Supporting Ollama servers not on localhost:11434

24 Jul 10:05
bdb84b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0: Update OpenAI models

19 Jul 09:00
d74ec2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Ollama and Azure Support

24 Jun 13:46
05c861b
Compare
Choose a tag to compare

Adding Ollama® and Azure® support

With this release, we have added ollamaChat and azureChat to connect to local LLMs (with an Ollama installation) or deployments hosted on Azure OpenAI® Services. See Ollama.md and Azure.md for details.

Also included is a list of updates (such as supporting newer models on OpenAI®), bug fixes, and general code and test improvements. See the long list below.

Auto-generated What's Changed List

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

27 Jan 11:48
7e789c3
Compare
Choose a tag to compare
  • The Functions parameter was deprecated by OpenAI, now use Tools
  • Added support to Parallel function call
  • Added support for JSON output
  • Added support for DALL·E
  • Added support for GPT-4V
  • Added latest versions of all models

Initial release

15 Jan 09:55
Compare
Choose a tag to compare
v1.0.0

Fixing argument block