Skip to content

v0.1.11

Compare
Choose a tag to compare
@yinishi yinishi released this 27 Aug 17:00
· 32 commits to main since this release
6954fdb
  • Migrate the React SDK to use the Hume Typescript SDK for the websocket connection instead of the @humeai/voice, which will be deprecated. This migration has resulted in a few breaking changes to types:
    • Types exported from the React SDK are now all in camelCase instead of snake_case or Title Case
    • prosody model scores on assistant_message and user_message are now more strictly typed as EmotionScore instead of Record<string, number>
    • message content can now be undefined
    • prosody can now be undefined
  • call now disconnects from the /chat endpoint when the voice provider is unmounted