From 364071e66a93b282ac13f1360d529896a02912a3 Mon Sep 17 00:00:00 2001 From: YourUsername Date: Fri, 21 Jun 2024 16:24:58 +0300 Subject: [PATCH] added code highlights --- index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6a15933..db94a45 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,11 @@ + + + + + @@ -24,7 +29,7 @@ } function streamScrollStep() { const diff = window.scrollMaxY - window.scrollY - if(diff < 60) scrollDown() + if (diff < 60) scrollDown() } @@ -316,11 +321,11 @@
- + Max messages to send: 12 - + Max response size: 12
@@ -347,7 +352,8 @@
Assistant -
@@ -364,4 +370,7 @@ - \ No newline at end of file + + + + \ No newline at end of file