We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeea6b commit a9f3910Copy full SHA for a9f3910
1 file changed
auroraapi/api.py
@@ -2,8 +2,8 @@
2
from auroraapi.globals import _config
3
from auroraapi.audio import AudioFile
4
5
-#BASE_URL = "https://api.auroraapi.com"
6
-BASE_URL = "http://localhost:3000"
+BASE_URL = "https://api.auroraapi.com"
+# BASE_URL = "http://localhost:3000"
7
TTS_URL = BASE_URL + "/v1/tts/"
8
STT_URL = BASE_URL + "/v1/stt/"
9
INTERPRET_URL = BASE_URL + "/v1/interpret/"
0 commit comments