JZO001 / Forge.OpenAI

OpenAI API client library for .NET. I was developed it for for public use and it is free.
MIT License
36 stars 14 forks source link

Please add these Models "gpt-4-turbo" and "gpt-4-turbo-2024-04-09" in KnownModelTypes #14

Open TheDevTwister opened 7 months ago

TheDevTwister commented 7 months ago

Please add below models "gpt-4-turbo" "gpt-4-turbo-2024-04-09" in KnownModelTypes

i got htis email from openAI and they are now recommending "We recommend developers using GPT-4 Turbo switch to calling gpt-4-turbo rather than gpt-4-turbo-preview or gpt-4-vision-preview. You can try the new GPT-4 Turbo model"

Hi there,

We’ve released an improved GPT-4 Turbo model, gpt-4-turbo-2024-04-09, and it is now generally available (GA) in the API under the gpt-4-turbo alias.

This model now supports vision, where the model can “see” and interpret the content of images. Additionally, vision requests can now use function calling and JSON mode.

This model is better at math, logical reasoning, and coding. Our open-source GitHub repo shows detailed eval results comparing this new model to previous model versions (e.g. gpt-4-0125-preview) and other models. Plus, you can use the code to run these evals yourself. Here’s a preview:

This model also writes in a more natural style, for example:

The last version had knowledge up until April 2023. This new model has knowledge up until December 2023. (Note: knowledge between April and December 2023 may have some inaccuracies.)

We recommend developers using GPT-4 Turbo switch to calling gpt-4-turbo rather than gpt-4-turbo-preview or gpt-4-vision-preview. You can try the new GPT-4 Turbo model in the playground.

If you have questions, reach out in the OpenAI developer forum. For the latest updates, follow @OpenAIDevs on X.

Happy building! —The OpenAI team

JZO001 commented 6 months ago

Hello, Done! Please check the latest release version

TheDevTwister commented 6 months ago

Hello, Done! Please check the latest release version

Hi. i can see the update but just want to inform you that there is a spelling mistake and that is why API is failing. in KnownModelTypes file you have added "gpr-4-turbo" so it should be "gpt" in place of "gpr".

JZO001 commented 6 months ago

Fixed in 1.4.5

TheDevTwister commented 6 months ago

Hello Zoltan,

you are awesome. gave response very quickly. thanks for it. here i wanted to request you for one more model to add as openAI added in new update. "gpt-4o"

as per new email came from them.

image

JZO001 commented 6 months ago

Hello, Its done, please have a look at it in version 1.4.8. This version contains this model and also follows some changes in the API.