@@ -779,7 +779,7 @@ async function askLLM(question, context) {
|
|||||||
|
|
||||||
return completion.choices[0].message.content;
|
return completion.choices[0].message.content;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ─── Express app ──────────────────────────────────────────────────────────────
|
// ─── Express app ──────────────────────────────────────────────────────────────
|
||||||
const app = express();
|
const app = express();
|
||||||
app.use(cors());
|
app.use(cors());
|
||||||
|
|||||||
Reference in New Issue
Block a user