-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Remove deprecated OpenAI models #836
Comments
Thanks for documenting this Jason. I've assigned this issue to Sanjiv and added it to a milestone for tracking purposes. |
srdas
added a commit
to srdas/jupyter-ai
that referenced
this issue
Nov 28, 2024
Fixes jupyterlab#836 1. Removed `gpt-3.5-turbo-0125` as it points to `got-3.5-turbo`. 2. Removed `gpt-3.5-turbo-0301`, deprecated as of 2024-06-13 3. Removed `gpt-3.5-turbo-0613", deprecated as of 2024-06-13 4. Removed `gpt-3.5-turbo-16k`, not offered any more 5. Removed `gpt-3.5-turbo-16k-0613`, deprecated as of 2024-06-13 6. Removed `gpt-4-32k`, no longer offered 7. Removed `gpt-4-32k-0613`, no longer offered 8. Added `gpt-4o-2024-11-20`, `chatgpt-4o-latest` 9. Will add `o1-preview`, `o1-mini` later as this is not widely available as yet While `gpt-3.5-turbo` OpenAI recommends using `gpt-4o` instead: “As of July 2024, gpt-4o-mini should be used in place of gpt-3.5-turbo, as it is cheaper, more capable, multimodal, and just as fast. gpt-3.5-turbo is still available for use in the API.” There are no changes to the embedding models from OpenAI.
srdas
added a commit
that referenced
this issue
Dec 2, 2024
Fixes #836 1. Removed `gpt-3.5-turbo-0125` as it points to `got-3.5-turbo`. 2. Removed `gpt-3.5-turbo-0301`, deprecated as of 2024-06-13 3. Removed `gpt-3.5-turbo-0613", deprecated as of 2024-06-13 4. Removed `gpt-3.5-turbo-16k`, not offered any more 5. Removed `gpt-3.5-turbo-16k-0613`, deprecated as of 2024-06-13 6. Removed `gpt-4-32k`, no longer offered 7. Removed `gpt-4-32k-0613`, no longer offered 8. Added `gpt-4o-2024-11-20`, `chatgpt-4o-latest` 9. Will add `o1-preview`, `o1-mini` later as this is not widely available as yet While `gpt-3.5-turbo` OpenAI recommends using `gpt-4o` instead: “As of July 2024, gpt-4o-mini should be used in place of gpt-3.5-turbo, as it is cheaper, more capable, multimodal, and just as fast. gpt-3.5-turbo is still available for use in the API.” There are no changes to the embedding models from OpenAI.
srdas
added a commit
to srdas/jupyter-ai
that referenced
this issue
Jan 6, 2025
Fixes jupyterlab#836 1. Removed `gpt-3.5-turbo-0125` as it points to `got-3.5-turbo`. 2. Removed `gpt-3.5-turbo-0301`, deprecated as of 2024-06-13 3. Removed `gpt-3.5-turbo-0613", deprecated as of 2024-06-13 4. Removed `gpt-3.5-turbo-16k`, not offered any more 5. Removed `gpt-3.5-turbo-16k-0613`, deprecated as of 2024-06-13 6. Removed `gpt-4-32k`, no longer offered 7. Removed `gpt-4-32k-0613`, no longer offered 8. Added `gpt-4o-2024-11-20`, `chatgpt-4o-latest` 9. Will add `o1-preview`, `o1-mini` later as this is not widely available as yet While `gpt-3.5-turbo` OpenAI recommends using `gpt-4o` instead: “As of July 2024, gpt-4o-mini should be used in place of gpt-3.5-turbo, as it is cheaper, more capable, multimodal, and just as fast. gpt-3.5-turbo is still available for use in the API.” There are no changes to the embedding models from OpenAI.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenAI intends to shut down its legacy
gpt-4-0314
model on 2024-06-13 at the earliest, according to its docs: https://platform.openai.com/docs/deprecations/2023-06-13-updated-chat-models . The company recommends replacing this model withgpt-4o
.We should ensure that Jupyter AI doesn't make
gpt-4-0314
available as a model in the magic commands or chat UI.The text was updated successfully, but these errors were encountered: