@purpleschool/ai-proxy 0.3.19 → 0.3.20

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.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -180,10 +180,10 @@ message TextToSpeechResponse {
180
180
  }
181
181
 
182
182
  message TextToSpeechParams {
183
- optional float speed = 1;
184
- optional float similarity = 2;
185
- optional float stability = 3;
186
- optional float style = 4;
183
+ optional double speed = 1;
184
+ optional double similarity = 2;
185
+ optional double stability = 3;
186
+ optional double style = 4;
187
187
  }
188
188
 
189
189
  // Music Generation