So I am trying to use OpenAI API mode in Koboldcpp to use Chatterbox server. It sends requests and I see chatterbox generating responses. BUT! There sre two issues.
- It does nut split text to chunks and always process text in one go. This may be causing second issue
- Returned audio contains broken speech. Like the person talkin have a stroke and speak random words with ocasional words from text.
Have someone encountered this? Is there any fix?