@decartai/sdk 0.0.39 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -177,9 +177,9 @@ const _models = {
177
177
  lucy_v2v_14b_rt: {
178
178
  urlPath: "/v1/stream",
179
179
  name: "lucy_v2v_14b_rt",
180
- fps: 15,
180
+ fps: 20,
181
181
  width: 1280,
182
- height: 704,
182
+ height: 720,
183
183
  inputSchema: z.object({})
184
184
  },
185
185
  live_avatar: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decartai/sdk",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "Decart's JavaScript SDK",
5
5
  "type": "module",
6
6
  "license": "MIT",