Skip to content

Commit c1fe794

Browse files
committed
second change
1 parent 3030e1a commit c1fe794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SDK_v1/speechtotext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from pathlib import Path
55

66
class SpeechToText:
7+
# TODO: make sure this is dynamic
78
SLASHML_BASE_URL = 'https://api.slashml.com/speech-to-text/v1'
89
SLASHML_UPLOAD_URL = SLASHML_BASE_URL+'/upload/'
910
SLASHML_TRANSCRIPT_URL = SLASHML_BASE_URL+'/transcribe/'

0 commit comments

Comments
 (0)