2ed7286d by Administrator

Merge branch '31466_limited_usage_chatbot+' into 'master'

31466_limited_usage_chatbot+

See merge request !120
2 parents 7e2544ea 0ac03817
Pipeline #29832 for 2ed7286d passed in 15 seconds
Showing 1 changed file with 1 additions and 3 deletions
......@@ -337,9 +337,7 @@ async function runOpensource(req, res) {
};
if(IS_FREE_USER) {
await setUsage(usage_params);
} else {
await setChatUsage(usage_params);
}
}
res.json({
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!