0ac03817 by Jonille Arreglo

update

1 parent 7e2544ea
Showing 1 changed file with 1 additions and 3 deletions
...@@ -337,9 +337,7 @@ async function runOpensource(req, res) { ...@@ -337,9 +337,7 @@ async function runOpensource(req, res) {
337 }; 337 };
338 if(IS_FREE_USER) { 338 if(IS_FREE_USER) {
339 await setUsage(usage_params); 339 await setUsage(usage_params);
340 } else { 340 }
341 await setChatUsage(usage_params);
342 }
343 341
344 res.json({ 342 res.json({
345 prompt: JSON.parse(message), 343 prompt: JSON.parse(message),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!