Skip to content

Commit befddaf

Browse files
committed
Cartesia
1 parent a5b6948 commit befddaf

File tree

6 files changed

+1973
-1687
lines changed

6 files changed

+1973
-1687
lines changed

software/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def display_qr_code():
258258

259259
### START LIVEKIT WORKER
260260
if server == "livekit":
261-
time.sleep(5)
261+
time.sleep(1)
262262
# These are needed to communicate with the worker's entrypoint
263263
os.environ['INTERPRETER_SERVER_HOST'] = light_server_host
264264
os.environ['INTERPRETER_SERVER_PORT'] = str(light_server_port)
@@ -274,6 +274,7 @@ def display_qr_code():
274274
)).to_jwt())
275275

276276
# meet_url = f'http://localhost:3000/custom?liveKitUrl={url.replace("http", "ws")}&token={token}\n\n'
277+
meet_url = f'https://meet.livekit.io/custom?liveKitUrl={url.replace("http", "ws")}&token={token}\n\n'
277278
print("\n")
278279
print("For debugging, you can join a video call with your assistant. Click the link below, then send a chat message that says {CONTEXT_MODE_OFF}, then begin speaking:")
279280
print(meet_url)

0 commit comments

Comments
 (0)