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.
1 parent 3030e1a commit c1fe794Copy full SHA for c1fe794
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