-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: matlab-deep-learning/llms-with-matlab
base: v3.3.0
head repository: matlab-deep-learning/llms-with-matlab
compare: v3.4.0
- 13 commits
- 43 files changed
- 3 contributors
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7e6170 - Browse repository at this point
Copy the full SHA a7e6170View commit details -
Rename
mustBeValidTopP
tomustBeValidProbability
We're now using this validator for more than just `TopP`, and a new name is in order.
Configuration menu - View commit details
-
Copy full SHA for 08160b7 - Browse repository at this point
Copy the full SHA 08160b7View commit details
Commits on Aug 20, 2024
-
tests still unreliable with Ollama version in GitHub CI
These tests should work and do work locally. But they fail in GitHub CI – for an unknown reason that almost certainly is in Ollama, not in our code.
Configuration menu - View commit details
-
Copy full SHA for b0023dc - Browse repository at this point
Copy the full SHA b0023dcView commit details -
Merge pull request #77 from matlab-deep-learning/minp
Add min-p sampling for `ollamaChat`
Configuration menu - View commit details
-
Copy full SHA for d127953 - Browse repository at this point
Copy the full SHA d127953View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c3de4b - Browse repository at this point
Copy the full SHA 1c3de4bView commit details -
Update +llms/+utils/errorMessageCatalog.m
Co-authored-by: MiriamScharnke <mscharnk@mathworks.com>
Configuration menu - View commit details
-
Copy full SHA for fd9bf75 - Browse repository at this point
Copy the full SHA fd9bf75View commit details
Commits on Aug 26, 2024
-
Merge pull request #79 from matlab-deep-learning/remove-from-empty-hi…
…story Special error message for removing from empty history
Configuration menu - View commit details
-
Copy full SHA for 9ce8f94 - Browse repository at this point
Copy the full SHA 9ce8f94View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19effe4 - Browse repository at this point
Copy the full SHA 19effe4View commit details
Commits on Sep 10, 2024
-
`openAIChat.generate` needs to use the given `openAIChat`'s model as the default, not a static `gpt-4o-mini"`. Fixes #80.
Configuration menu - View commit details
-
Copy full SHA for cc43556 - Browse repository at this point
Copy the full SHA cc43556View commit details -
Merge pull request #81 from matlab-deep-learning/fix-model-default
Use correct `ModelName` default
Configuration menu - View commit details
-
Copy full SHA for bb7a186 - Browse repository at this point
Copy the full SHA bb7a186View commit details
Commits on Sep 13, 2024
-
Add support for o1-preview and o1-mini models (#9)
Adding support for [the new o1-preview and o1-mini models](https://openai.com/index/introducing-openai-o1-preview/). Note that these two no longer support the name we translate our `MaxNumTokens` into. Fortunately, the new name does get accepted in the older models, too. ``` ================================================================================ Error occurred in topenAIChat/canUseModel(ModelName=o1-preview) and it did not run to completion. --------- Error ID: --------- 'llms:apiReturnedError' -------------- Error Details: -------------- Error using openAIChat/generate (line 259) Server returned error indicating: "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead." Error in topenAIChat/canUseModel (line 100) testCase.verifyClass(generate(openAIChat(ModelName=ModelName),"hi",MaxNumTokens=1),"string"); ================================================================================ ```
Configuration menu - View commit details
-
Copy full SHA for 9bed1a8 - Browse repository at this point
Copy the full SHA 9bed1a8View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4101015 - Browse repository at this point
Copy the full SHA 4101015View commit details
Commits on Sep 27, 2024
-
Documentation: Reference Pages (#5)
* Documentation: Reference Pages We have added a new directory `functions` to the `doc` directory. The `functions` folder contains documentation for these functions and objects: - openAIChat - azureChat - ollamaChat - generate - openAIFunction - addParameter - openAIImages - openAIImages.generate - edit - createVariation - messageHistory - addSystemMessage - addUserMessage - addUserMessageWithImages - addToolMessage - addResponseMessage - removeMessage
Configuration menu - View commit details
-
Copy full SHA for 57cf331 - Browse repository at this point
Copy the full SHA 57cf331View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.0...v3.4.0