openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.6k stars 468 forks source link

Feature request: gpt-3.5-turbo-instruct model #211

Closed mycloudvip closed 10 months ago

mycloudvip commented 10 months ago

With today's announcement of the gpt-3.5-turbo-instruct model, will it be included or be compatible with this script?

If so, kindly provide code example on how to use access it or setup my PHP code to support it.

Thanks

gehrisandro commented 10 months ago

Yes the library is fully compatible because the API itself does not change. You can use it with the completion resource, just provide the new model name.