JuniperPhoton / Photon-AI-Translator-Support

0 stars 0 forks source link

Which model are we using when we choose "GPT-4"? #3

Closed singularitti closed 11 months ago

singularitti commented 11 months ago

OpenAI recently published the GPT-4-1106-preview model, which is much cheaper than the previous GPT-4 models. When we choose it, are we using the latest model or the old model?

image
JuniperPhoton commented 11 months ago

It's the first GPT-4 release. I haven't updated this app to support the recently updated models.

Thanks for you notice and I will work on that :)

singularitti commented 11 months ago

Cool! Thanks for the information and I hope it can be updated soon.

JuniperPhoton commented 11 months ago

Hi again. I checkout the doc of the new GPT-4, did you refer to this gpt-4-1106-preview?

It seems like it's on preview, and this app uses my PhotonOpenAIKit to communicate with OpenAPI. Since the model is not eligible for production currently, I won't add this to the enum defined in the production-ready library. Instead, I may add an option to let users input the model by themselves.

image
singularitti commented 11 months ago

did you refer to this gpt-4-1106-preview?

Yes, this model is much cheaper.

Since the model is not eligible for production currently, I won't add this to the enum defined in the production-ready library.

No problem!

Instead, I may add an option to let users input the model by themselves.

Sounds fantastic!

JuniperPhoton commented 11 months ago

This new v2.5.5 is released for all platforms.

singularitti commented 11 months ago

Thank you!