smgc commited on
Commit
0772ad4
1 Parent(s): e3a1a96

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -285,7 +285,7 @@ app.get('/ai/v1/models', async (req, res) => {
285
  }
286
  });
287
 
288
- app.use(bodyParser.json({ limit: '10mb' }));
289
 
290
  app.post('/ai/v1/chat/completions', async (req, res) => {
291
  const startTime = new Date();
 
285
  }
286
  });
287
 
288
+ app.use(bodyParser.json({ limit: '50mb' }));
289
 
290
  app.post('/ai/v1/chat/completions', async (req, res) => {
291
  const startTime = new Date();