uezo / ChatdollKit

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

Fix bug that voice cache doesn't work #224

Closed uezo closed 1 year ago

uezo commented 1 year ago

This bug causes multiple http requests for one voice request like below.

INFO:     127.0.0.1:60636 - "POST /audio_query?speaker=10&text=%e3%81%a9%e3%81%86%e3%81%97%e3%81%9f%e3%81%ae%ef%bc%9f HTTP/1.1" 200 OK
INFO:     127.0.0.1:60637 - "POST /audio_query?speaker=10&text=%e3%81%a9%e3%81%86%e3%81%97%e3%81%9f%e3%81%ae%ef%bc%9f HTTP/1.1" 200 OK
INFO:     127.0.0.1:60636 - "POST /synthesis?speaker=10 HTTP/1.1" 200 OK
INFO:     127.0.0.1:60637 - "POST /synthesis?speaker=10 HTTP/1.1" 200 OK