shuttleai / shuttleai-python

The official Python library for the ShuttleAI API
https://pypi.org/project/shuttleai/
MIT License
5 stars 2 forks source link

Speech Generation #10

Closed populated closed 3 months ago

populated commented 3 months ago

How does one expect to generate proper speech audio when the function only accepts prompt and model, but you can't provide a voice? :sob: (Synchronous)

herumes commented 3 months ago

Fixed as of shuttleai==4.1.9. Ref: https://github.com/shuttleai/shuttleai-python/commit/fccaa79ed87f6a776c4c78958074837cf88cc8e2

Thank you for reporting