kiranvshah / chatgpt-helper

A VS Code extension to query OpenAI's ChatGPT from inside the editor
https://marketplace.visualstudio.com/items?itemName=kiranshah.chatgpt-helper
GNU General Public License v3.0
42 stars 22 forks source link

Remove codex #34

Closed kiranvshah closed 1 year ago

kiranvshah commented 1 year ago

being discontinued by openai:

On March 23rd, we will discontinue support for the Codex API. All customers will have to transition to a different model. Codex was initially introduced as a free limited beta in 2021, and has maintained that status to date. Given the advancements of our newest GPT-3.5 models for coding tasks, we will no longer be supporting Codex and encourage all customers to transition to GPT-3.5-Turbo. About GPT-3.5-Turbo GPT-3.5-Turbo is the most cost effective and performant model in the GPT-3.5 family. It can both do coding tasks while also being complemented with flexible natural language capabilities.

You can learn more through: GPT-3.5 model overview Chat completions guide

Models affected The following models will be discontinued: code-cushman:001 code-cushman:002 code-davinci:001 code-davinci:002

We understand this transition may be temporarily inconvenient, but we are confident it will allow us to increase our investment in our latest and most capable models.

—The OpenAI team