From 40c650f7d498f6aa1981444c5f5bc426ce7ae7c9 Mon Sep 17 00:00:00 2001 From: "Kar l5.G" Date: Wed, 29 Jan 2025 18:26:26 +0530 Subject: [PATCH] log --- src/routes/api/aiFollowupQuestion.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/api/aiFollowupQuestion.js b/src/routes/api/aiFollowupQuestion.js index 5ce63f7..f8b30ee 100644 --- a/src/routes/api/aiFollowupQuestion.js +++ b/src/routes/api/aiFollowupQuestion.js @@ -30,8 +30,8 @@ const aiFollowupQuestion = async (req, res) => { }); const data = await response.json(); - console.log(process.env.OPENAI_KEY) - console.log(data) + // console.log(process.env.OPENAI_KEY) + // console.log(data) return data; }