mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
a754f42884
commit
fb30aba0b0
2 changed files with 0 additions and 8 deletions
|
@ -1365,7 +1365,6 @@ function modal_open(url, num)
|
||||||
if(result == "[DONE]")
|
if(result == "[DONE]")
|
||||||
{
|
{
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1702,7 +1701,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1839,7 +1837,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1930,7 +1927,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
|
|
@ -1365,7 +1365,6 @@ function modal_open(url, num)
|
||||||
if(result == "[DONE]")
|
if(result == "[DONE]")
|
||||||
{
|
{
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1702,7 +1701,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1839,7 +1837,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
@ -1930,7 +1927,6 @@ prev_chat = prev_chat+'<div class="chat_question">'+document.querySelector("#pro
|
||||||
word_last.push({'role':'assistant','content':chatTemp})
|
word_last.push({'role':'assistant','content':chatTemp})
|
||||||
lock_chat=0
|
lock_chat=0
|
||||||
document.querySelector("#chat_input").value="";
|
document.querySelector("#chat_input").value="";
|
||||||
proxify()
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let choices;
|
let choices;
|
||||||
|
|
Loading…
Add table
Reference in a new issue