Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gpt-4-1106-preview model #3319

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Conversation

JosephTLyons
Copy link
Collaborator

@JosephTLyons JosephTLyons commented Nov 14, 2023

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.

SCR-20231114-ibgs

Release Notes:

  • Added support for the gpt-4-1106-preview model in the assistant panel.
  • Updated the assistant.default_open_ai_model setting to default to gpt-4-1106-preview. To override the default, use the following snippet to your settings.json file:
"assistant": {
    // 1. "gpt-3.5-turbo-0613""
    // 2. "gpt-4-0613""
    // 3. "gpt-4-1106-preview"
    "default_open_ai_model": "<Your choice of model here>"
  },

@JosephTLyons JosephTLyons merged commit ac6babd into main Nov 14, 2023
@JosephTLyons JosephTLyons deleted the add-gpt-4-1106-preview-model branch November 14, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant