@ -44,6 +44,8 @@ app.post("/api/generate/api/chat", validateApiKey, async (req, res) => {
const { model, messages, system } = req.body;
console.log(req.host);
console.log(req.ip);
console.log(req.headers);
console.log(req.headers.origin);
const prompt = messages
.map(
The note is not visible to the blocked user.