@amigo-ai/platform-sdk 0.102.1 → 0.103.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
@@ -5823,8 +5823,7 @@ function toCryptoBuffer(bytes) {
5823
5823
  // src/resources/voice.ts
5824
5824
  var voiceSessionProviders = [
5825
5825
  "amigo",
5826
- "gpt_realtime",
5827
- "gpt_live"
5826
+ "gpt_realtime"
5828
5827
  ];
5829
5828
  var VOICE_SESSION_PROVIDERS = voiceSessionProviders;
5830
5829
  var sttProviders = ["deepgram", "openai", "cartesia"];