diff --git a/index.html b/index.html index 6f14d4f..d091f95 100644 --- a/index.html +++ b/index.html @@ -7723,7 +7723,7 @@ } if(synchro_pending_stream!="") { - newbodystr += `

`+"" + escapeHtml(pending_context_preinjection) + synchro_pending_stream + ""+`

`; + newbodystr += `

`+"" + escapeHtml(pending_context_preinjection) + escapeHtml(synchro_pending_stream) + ""+`

`; } chatbody.innerHTML = newbodystr; @@ -8492,7 +8492,7 @@
Top p Sampling ?Used to discard unlikely text in the sampling process. Lower values will make text - more predictable but can become repetitious.
+ more predictable but can become repetitious. Set to 1 to deactivate it.