GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

Initiate "AvatarChatbot" (audio) example

Open ctao456 opened this issue 1 year ago • 0 comments

Description

Initiate AvatarChatbot (audio) example

Issues

RFC Link: https://github.com/opea-project/docs/blob/main/community/rfcs/24-08-02-OPEA-AIAvatarChatbot.md

Fixed commented issues in https://github.com/opea-project/GenAIExamples/pull/523

Type of change

List the type of change like below. Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds new functionality)
  • [ ] Breaking change (fix or feature that would break existing design and interface)
  • [ ] Others (enhancement, documentation, validation, etc.)

Dependencies

PR for adding "animation" component: https://github.com/opea-project/GenAIComps/pull/775

Tests

curl http://${host_ip}:3009/v1/avatarchatbot -X POST -d @sample_whoareyou.json -H 'Content-Type: application/json'

If the megaservice is running properly, you should see the following output:

"/outputs/result.mp4"

ctao456 avatar Oct 09 '24 22:10 ctao456