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) {
|
async function call_llama(options) {
|
||||||
try {
|
try {
|
||||||
controller = new AbortController();
|
|
||||||
const response = await fetch("/completion", {
|
const response = await fetch("/completion", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify(options),
|
body: JSON.stringify(options),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue