This commit is contained in:
Joseph Cheung 2023-03-02 18:50:13 +08:00
parent a754f42884
commit fb30aba0b0
2 changed files with 0 additions and 8 deletions

View file

@ -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;

View file

@ -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;