jupyterlab / jupyter-ai

A generative AI extension for JupyterLab
https://jupyter-ai.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
3.26k stars 336 forks source link

Remove deprecated OpenAI models #836

Open JasonWeill opened 5 months ago

JasonWeill commented 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.

We should ensure that Jupyter AI doesn't make gpt-4-0314 available as a model in the magic commands or chat UI.

dlqqq commented 4 days ago

Thanks for documenting this Jason. I've assigned this issue to Sanjiv and added it to a milestone for tracking purposes.