Update index.html

This commit is contained in:
2025-08-23 23:30:13 -07:00
committed by GitHub
parent 1ae0cb0721
commit bb598a825b

View File

@@ -283,6 +283,8 @@ async function askViaDOStreaming(onDelta) {
runner.start(); runner.start();
return { ok: true }; return { ok: true };
} }
// keep your existing call site unchanged
askOpenRouterStreaming = askViaDOStreaming;
</script> </script>
</body> </body>
</html> </html>