remove useless line

This commit is contained in:
FSSRepo 2023-10-08 22:36:16 -04:00
parent 8a8535bb6d
commit c8d7b1b897

View file

@ -131,7 +131,6 @@ function updateView() {
async function call_llama(options) {
try {
controller = new AbortController();
const response = await fetch("/completion", {
method: "POST",
body: JSON.stringify(options),