Skip to content

Releases: DecartAI/sdk

v0.1.3

31 May 14:51

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.2

26 May 13:35

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.1.1

26 May 06:24

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.1.0

19 May 15:26

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.68

18 May 14:22

Choose a tag to compare

What's new

Support 1080p resolution

Lets users of realtime models opt into 1080p output via a new resolution option on realtime.connect. Defaults to 720p.

const realtimeClient = await client.realtime.connect(stream, {
  model: models.realtime("lucy-latest"),
  resolution: "1080p", // default: "720p"
  onRemoteStream,
});

   🚀 Features

    View changes on GitHub

v0.0.67

14 May 09:01

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.66

13 May 09:55

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.65

11 May 20:44

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.64

11 May 14:41

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.0.63

03 May 07:22

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub