Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the
gpt-4-1106-preview
model. It required forking two repos from different organizations, as one is a submodule of another.Update 1:
Currently, I'm just temporarily pointing towards a personal fork of the repo, but once this PR lands, we can switch back to using the official crate.Update 2:
PR was merged, we are now pointing to a specific commit on the original official repo - may want to bump it to an official version once a new one has been released.Update 3:
Author published a new version. Now, we are back to relying on the official crate.
Release Notes:
gpt-4-1106-preview
model in the assistant panel.assistant.default_open_ai_model
setting to default togpt-4-1106-preview
. To override the default, use the following snippet to yoursettings.json
file: