@purpleschool/ai-proxy 0.1.7 → 0.1.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/ai-proxy",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -168,10 +168,10 @@ message TextToSpeechResponse {
168
168
  }
169
169
 
170
170
  message TextToSpeechParams {
171
- int32 speed = 1;
172
- int32 similarity = 2;
173
- int32 stability = 3;
174
- int32 style = 4;
171
+ optional float speed = 1;
172
+ optional float similarity = 2;
173
+ optional float stability = 3;
174
+ optional float style = 4;
175
175
  }
176
176
 
177
177
  // Music Generation