Open JasonWeill opened 5 months ago
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 with gpt-4o.
gpt-4-0314
gpt-4o
We should ensure that Jupyter AI doesn't make gpt-4-0314 available as a model in the magic commands or chat UI.
Thanks for documenting this Jason. I've assigned this issue to Sanjiv and added it to a milestone for tracking purposes.
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.