You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Deepgram API key required. Set DEEPGRAM_API_KEY or provide api_key."
73
76
)
74
77
78
+
ifmodel.startswith("aura-2") anduse_streaming:
79
+
logger.warning(
80
+
"Deepgram Aura-2 models do not support streaming yet, set use_streaming=False to use Aura-2 models. For more information see: https://developers.deepgram.com/docs/streaming-text-to-speech."
0 commit comments