matlab-deep-learning / llms-with-matlab

Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
Other
97 stars 21 forks source link

Add gpt-4o-mini and make it the default #50

Closed ccreutzi closed 2 months ago

ccreutzi commented 2 months ago

Closes #49

Note: With gpt-4o-mini, fixing the result with the Seed parameter currently is hit-and-miss, just as for Ollama. I have not found a place in the documentation where we talk about Seed other than the help headers for the generate methods, and it feels like that is not a great place to discuss such details. Please let me know if you think we really should.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.12%. Comparing base (b3efaf6) to head (fc1798c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ======================================= Coverage 97.12% 97.12% ======================================= Files 39 39 Lines 1286 1287 +1 ======================================= + Hits 1249 1250 +1 Misses 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.