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 3030e1a + c1fe794 commit 5c4c315Copy full SHA for 5c4c315
SDK_v1/speechtotext.py
@@ -4,6 +4,7 @@
4
from pathlib import Path
5
6
class SpeechToText:
7
+ # TODO: make sure this is dynamic
8
SLASHML_BASE_URL = 'https://api.slashml.com/speech-to-text/v1'
9
SLASHML_UPLOAD_URL = SLASHML_BASE_URL+'/upload/'
10
SLASHML_TRANSCRIPT_URL = SLASHML_BASE_URL+'/transcribe/'
0 commit comments