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: v3.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: v3.2.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 19, 2024

  1. gpt-4o-mini does handle images

    Permit sending images to gpt-4o-mini.
    
    Also, change `DescribeImagesUsingChatGPT` example to use the default model (now gpt-4o-mini), and while we are editing it anyway, remove the `addpath` and `loadenv` lines and use the newer `wrapText` utility function.
    ccreutzi committed Jul 19, 2024
    1 Configuration menu
    Copy the full SHA
    d9c7b37 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4f65c2e View commit details
    Browse the repository at this point in the history
  2. Allow remote Ollama

    ccreutzi committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7c3268f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc7451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29cf265 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #52 from matlab-deep-learning/openAI-updates

    gpt-4o-mini does handle images
    ccreutzi authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d42e09d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    ccc69e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bae178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761a843 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request #53 from matlab-deep-learning/remote-ollama

    Add support for remote ollama
    ccreutzi authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bdb84b8 View commit details
    Browse the repository at this point in the history
Loading