This commit is contained in:
Kar
2025-02-14 01:33:59 +05:30
parent 2150d52b9d
commit 40eda82022

View File

@@ -1,7 +1,7 @@
const aiFollowupQuestion = async (req, res) => {
const { MongoClient } = require('mongodb');
const fetch = require('node-fetch');
// const fetch = require('node-fetch');
const { v4: uuidv4 } = require('uuid');
const url = process.env.MONGODB_URL;
const dbName = process.env.MONGO_DB_NAME;