Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matlab-deep-learning/llms-with-matlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: matlab-deep-learning/llms-with-matlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 8 commits
  • 57 files changed
  • 2 contributors

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    70baea5 View commit details
    Browse the repository at this point in the history
  2. Reduce output during tests

    runtests should not print unnecessary text to command window and test log
    ccreutzi committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    3f312b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    11a54ea View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Update list of supported models on OpenAI

    Add o1, remove the deprecated 3.5-0613 models.
    Change examples from outdated 3.5-turbo models to newer ones (picked at random).
    
    `topenAIChat/canUseModel` needed a change because the o1 models error with `MaxNumTokens=1`, as they need a few tokens to get the multiple stages started.
    ccreutzi committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    098c830 View commit details
    Browse the repository at this point in the history
  2. Support tool calling for ollamaChat

    * Switch from Mistral to Mistral NeMo
    
    Switch from Mistral to Mistral NeMo as the default model for tests and
    (tested) examples, to prepare for supporting function calls in `ollamaChat`.
    
    * Extract structured output tests
    
    * Activate structured output for ollamaChat
    
    * Improve error message when trying to use structured output with Ollama < 0.5.0
    
    * extract tool call tests
    
    * tool support for Ollama
    
    * Adapt messageHistory to support Ollama specifics
    
    * response streamer should capture tool calls outside OpenAI's format
    
    * add Ollama function calling example to texampleTests
    
    * Minimal documentation updates
    
    * Split llms:assistantMustHaveTextNameAndArguments in two
    
    To make the error messages simpler
    ccreutzi committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    b5121ec View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    1c9e534 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Update README.md

    MiriamScharnke authored and ccreutzi committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ef2f01a View commit details
    Browse the repository at this point in the history
  2. Change models used in Ollama.md

    Changed phi-3 to mistral, and llava to moondream.
    MiriamScharnke authored and ccreutzi committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b9e542a View commit details
    Browse the repository at this point in the history
Loading