From bb598a825ba9ce18c5ef306a54840749a915b400 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 23 Aug 2025 23:30:13 -0700 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index f3d60d5..71d9c4f 100644 --- a/index.html +++ b/index.html @@ -283,6 +283,8 @@ async function askViaDOStreaming(onDelta) { runner.start(); return { ok: true }; } + // keep your existing call site unchanged + askOpenRouterStreaming = askViaDOStreaming;