TintinMeimei commited on
Commit
c494d85
1 Parent(s): c09391d

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +0 -1
static/script.js CHANGED
@@ -9,7 +9,6 @@ const translateText = async (text) => {
9
  },
10
  body: JSON.stringify({'input': text})
11
  };
12
- console.log(settings);
13
  const inferResponse = await fetch(`infer_chatgpt`, settings);
14
  const inferJson = await inferResponse.json();
15
 
 
9
  },
10
  body: JSON.stringify({'input': text})
11
  };
 
12
  const inferResponse = await fetch(`infer_chatgpt`, settings);
13
  const inferJson = await inferResponse.json();
14