openai-php / client

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

Does this support Azure OpenAI with your own data? #180

Closed bocanhcam closed 1 year ago

bocanhcam commented 1 year ago

This might be really a stupid question but I am a newbie to this world of AI service, so

Is there any config need to do to make this package work with Azure OpenAI using my own data?

iBotPeaches commented 1 year ago

Presuming I understand your question. You deploy a model into Azure, you get a deploymentId from that. You use it in the base url of configuring your Azure implementation. So yes if thats what you mean.

See this: https://github.com/openai-php/client#azure