remove BASE_URL env var
This commit is contained in:
parent
cdd6e9a14d
commit
900eaf994b
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ from .models.agent import AgentConfig
|
|||
from .models.synthesizer import SynthesizerConfig
|
||||
from .models.websocket import ReadyMessage, AudioMessage, StartMessage, StopMessage
|
||||
|
||||
BASE_URL = os.environ.get('BASE_URL')
|
||||
VOCODE_WEBSOCKET_URL = f'wss://{BASE_URL}/conversation'
|
||||
VOCODE_WEBSOCKET_URL = f'wss://api.vocode.dev/conversation'
|
||||
|
||||
class Conversation:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue