rename DAILY_SAMPLE_ROOM_URL to DAILY_ROOM_URL

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-28 10:02:25 -08:00
parent 55dadc9118
commit f3ef488925
8 changed files with 12 additions and 11 deletions

View File

@@ -195,7 +195,7 @@ class EvalRunner:
async def run_example_pipeline(script_path: Path, eval_config: EvalConfig):
room_url = os.getenv("DAILY_SAMPLE_ROOM_URL")
room_url = os.getenv("DAILY_ROOM_URL")
module = load_module_from_path(script_path)
@@ -225,7 +225,7 @@ async def run_eval_pipeline(
):
logger.info(f"Starting eval bot")
room_url = os.getenv("DAILY_SAMPLE_ROOM_URL")
room_url = os.getenv("DAILY_ROOM_URL")
transport = DailyTransport(
room_url,