uezo / ChatdollKit

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

Support azure openai service #259

Closed uezo closed 10 months ago

uezo commented 10 months ago

🌊 Use Azure OpenAI Service

To use Azure OpenAI Service set following info on inspector of ChatGPTService component:

  1. Endpoint url with configurations to Chat Completion Url

    format: https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}
  2. API Key to Api Key

  3. Set true to Is Azure

NOTE: Model on inspector is ignored. Engine in url is used.