remove useless line
This commit is contained in:
parent
8a8535bb6d
commit
c8d7b1b897
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue