adding other log

This commit is contained in:
Carlos
2025-04-10 00:35:24 -04:00
parent 063efc4d1c
commit a9ebaee9aa

View File

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