jackwuwei / gptspeaker

The ChatGPT Voice Assistant uses a Raspberry Pi (or desktop) to enable spoken conversation with OpenAI large language models. This implementation listens to speech, processes the conversation through the OpenAI service, and responds back. Like Apple Siri, Amazon Alex, Google Nest Home, Mi XiaoAi etc.
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

Integrating Azure Open AI instead of ChatGPT? #6

Closed tarunaroraonline closed 1 month ago

tarunaroraonline commented 1 month ago

I was wondering if it would be possible to get Azure Open AI integrated to form the responses rather than using ChatGPT?

jackwuwei commented 1 month ago

I was wondering if it would be possible to get Azure Open AI integrated to form the responses rather than using ChatGPT?

Yes, you can use Azure OpenAI API instead of ChatGPT. I will commit the relevant code later.

tarunaroraonline commented 1 month ago

Ok i've added that capability, i'll raise a pull request for your review.

jackwuwei commented 1 month ago

Ok i've added that capability, i'll raise a pull request for your review.

Thanks! I've added support for Azure OpenAI, please pull source code.