Files
pipecat/changelog/4390.fixed.3.md
2026-04-30 09:45:16 -04:00

245 B

  • Fixed Cartesia tag helpers (SPELL, EMOTION_TAG, PAUSE_TAG, VOLUME_TAG, SPEED_TAG) raising TypeError when called on an instance (e.g. tts.SPELL("hi")). They're now @staticmethod and callable from both the class and an instance.