From a9ebaee9aaacbf75d7735ee6436e4615a06cefeb Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 10 Apr 2025 00:35:24 -0400 Subject: [PATCH] adding other log --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index dd1f395..13d2e30 100644 --- a/server.js +++ b/server.js @@ -42,6 +42,7 @@ app.post("/api/generate/chat/completions", validateApiKey, async (req, res) => { "http://localhost:11434/api/generate", req.body, ); + console.log("Response: ", response); // Send the response from localhost:11434 back to the client res.status(200).json(response.data);