This commit is contained in:
Kar
2025-02-14 01:37:23 +05:30
parent 40eda82022
commit 91b73215be
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
const aiFeedbackOnReport = async (req, res) => {
const fetch = require('node-fetch');
// const fetch = require('node-fetch');
const url = process.env.AI_API_ENDOINT;
const api_key = process.env.OPENAI_KEY;
const payload = {