@amigo-ai/platform-sdk 0.92.0 → 0.94.0

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/dist/index.cjs CHANGED
@@ -5672,9 +5672,9 @@ function toCryptoBuffer(bytes) {
5672
5672
 
5673
5673
  // src/resources/voice.ts
5674
5674
  var voiceSessionProviders = [
5675
- "inhouse",
5676
- "openai_realtime",
5677
- "atlas"
5675
+ "amigo",
5676
+ "gpt_realtime",
5677
+ "gpt_live"
5678
5678
  ];
5679
5679
  var VOICE_SESSION_PROVIDERS = voiceSessionProviders;
5680
5680
  var sttProviders = ["deepgram", "openai", "cartesia"];