fix ngrok refs

This commit is contained in:
Ajay Raj 2023-03-03 13:07:41 -08:00
commit c434aef291
2 changed files with 3 additions and 5 deletions

View file

@ -16,7 +16,7 @@ from .models.synthesizer import SynthesizerConfig
from .models.websocket import ReadyMessage, AudioMessage, StartMessage, StopMessage
from . import api_key
VOCODE_WEBSOCKET_URL = f"wss://3fcd-136-24-82-111.ngrok.io/conversation"
VOCODE_WEBSOCKET_URL = f"wss://api.vocode.dev/conversation"
class Conversation: