mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Remove unnecessary log
This commit is contained in:
parent
2cd2318298
commit
5a68cd61a1
@ -3524,7 +3524,6 @@ async function sendAI21Request(request, response) {
|
||||
request.socket.on('close', function () {
|
||||
controller.abort();
|
||||
});
|
||||
//console.log(request.body)
|
||||
const options = {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
@ -3589,7 +3588,6 @@ async function sendAI21Request(request, response) {
|
||||
|
||||
app.post("/tokenize_ai21", jsonParser, function (request, response_tokenize_ai21 = response) {
|
||||
if (!request.body) return response_tokenize_ai21.sendStatus(400);
|
||||
console.log(request.body[0].content)
|
||||
const options = {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user