Skip to content

Commit 5c4c315

Browse files
authored
Merge pull request #4 from slashml/fk-small-change
second change
2 parents 3030e1a + c1fe794 commit 5c4c315

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)