JudiniLabs / code-gpt-docs

Docusaurus page
https://code-gpt-docs.vercel.app
MIT License
553 stars 58 forks source link

Please support latest GPT4 models #269

Open electrocnic opened 1 month ago

electrocnic commented 1 month ago

According to https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4 there are several newer gpt4 models, which I cannot choose in the codegpt VSCode extension.

I would love to be able to use the newer models. Thank you.

The models I mean are: gpt-4-turbo, gpt-4-turbo-2024-04-09, gpt-4-turbo-preview, gpt-4-0125-preview.

Their endpoint also seems to have changed from v1/completions to v1/chat/completions And please dont argue that those are chat models which differ from the completion models. I DO want to keep context from my previous queries and responses and use those chat features in VS Code.

PilarHidalgo commented 1 month ago

Hi, thank you for contacting us. Regarding the GPT-4 models, you can access the latest models by updating the extension (actual is v3.3.21 (pre-release). As for the Endpoint, we have recently changed the URL, as reflected in the API documentation. The endpoint is designed for completions, and you can use it to facilitate chat for your agent from your IDE.

Adel242 commented 1 month ago

Here documentation https://platform.openai.com/docs/models/gpt-4-turbo-and-gpt-4