We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c4c315 + 8ced010 commit 545a732Copy full SHA for 545a732
SDK_v1/speechtotext.py
@@ -12,7 +12,7 @@ class SpeechToText:
12
SLASHML_TRANSCRIPT_STATUS_URL = lambda self,id: f"{SpeechToText.SLASHML_STATUS_URL}/{id}/"
13
14
HEADERS:dict = {}
15
-
+ ## add the api key to sys path envs
16
def __init__(self) -> None:
17
self.HEADERS = {'authorization': os.environ.get('SLASHML_API_KEY')}
18
0 commit comments