File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 55import asyncio
66import os
77from dotenv import load_dotenv
8- import logging
98from deepgram .utils import verboselogs
109
1110from deepgram import (
1211 DeepgramClient ,
13- PrerecordedOptions ,
1412 DeepgramClientOptions
1513)
1614
1715load_dotenv ()
1816
19- AUDIO_URL = {
20- "url" : "https://static.deepgram.com/examples/Bueller-Life-moves-pretty-fast.wav"
21- }
22-
23-
2417async def main ():
2518 try :
2619 # STEP 1 Create a Deepgram client using the DEEPGRAM_API_KEY from your environment variables
Original file line number Diff line number Diff line change 44
55import os
66from dotenv import load_dotenv
7- import logging
87from deepgram .utils import verboselogs
98
109from deepgram import (
1110 DeepgramClient ,
12- PrerecordedOptions ,
1311 DeepgramClientOptions
1412)
1513
1614load_dotenv ()
1715
18- AUDIO_URL = {
19- "url" : "https://static.deepgram.com/examples/Bueller-Life-moves-pretty-fast.wav"
20- }
21-
22-
2316def main ():
2417 try :
2518 # STEP 1 Create a Deepgram client using the DEEPGRAM_API_KEY from your environment variables
You can’t perform that action at this time.
0 commit comments