Skip to content

Commit a9f3910

Browse files
committed
fix base url
1 parent 6aeea6b commit a9f3910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

auroraapi/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from auroraapi.globals import _config
33
from auroraapi.audio import AudioFile
44

5-
#BASE_URL = "https://api.auroraapi.com"
6-
BASE_URL = "http://localhost:3000"
5+
BASE_URL = "https://api.auroraapi.com"
6+
# BASE_URL = "http://localhost:3000"
77
TTS_URL = BASE_URL + "/v1/tts/"
88
STT_URL = BASE_URL + "/v1/stt/"
99
INTERPRET_URL = BASE_URL + "/v1/interpret/"

0 commit comments

Comments
 (0)