uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
702 stars 73 forks source link

Add Azure OpenAI's ChatGPT Skill #202

Closed nakazax closed 1 year ago

nakazax commented 1 year ago

This PR adds an example skill for Azure OpenAI ChatGPT, as requested in issue #201. The example skill provides users with access to a sample conversation with the ChatGPT model on Azure OpenAI Service.

To demonstrate that the example skill is functional, I have created two demo videos that showcase the ChatdollKit integrated with Azure OpenAI ChatGPT and Azure TTS service. Please find the links to the demo videos below:

uezo commented 1 year ago

Hi @nakazax , Thank you for great PR! Will you provide the URL for official API reference of Azure OpenAI ChatGPT if it is already public?

nakazax commented 1 year ago

Hi @uezo, Here is the official reference for Azure OpenAI Service: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference

Although not official, the following article summarizes the differences in requests and responses between OpenAI and Azure OpenAI's ChatGPT in an easy-to-understand manner: https://zenn.dev/microsoft/articles/59448047cd5ed9