1e8cf7c0 by Bryan Batac

- fixed the console spam

1 parent 43da8db2
Showing 1 changed file with 1 additions and 1 deletions
......@@ -233,7 +233,7 @@ async function runGPTTurbo(req, res) {
if (error_msg.indexOf('maximum context length') >= 0) {
input = "The output for your prompt is too long for us to process. Please reduce your prompt and try again.";
} else {
console.log(e.response);
console.log('error runGPTTurbo:', error_msg);
}
} finally {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!