mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
3400467e0a
commit
485179bf2f
2 changed files with 0 additions and 4 deletions
|
@ -1365,8 +1365,6 @@ function modal_open(url, num)
|
||||||
if(v.length>6) result = v.slice(6);
|
if(v.length>6) result = v.slice(6);
|
||||||
if(result == "[DONE]")
|
if(result == "[DONE]")
|
||||||
{
|
{
|
||||||
word_last.push({'role':'user','content':word})
|
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
proxify()
|
proxify()
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -1365,8 +1365,6 @@ function modal_open(url, num)
|
||||||
if(v.length>6) result = v.slice(6);
|
if(v.length>6) result = v.slice(6);
|
||||||
if(result == "[DONE]")
|
if(result == "[DONE]")
|
||||||
{
|
{
|
||||||
word_last.push({'role':'user','content':word})
|
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
proxify()
|
proxify()
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue