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);