Getting the ui-test up to date

This commit is contained in:
Minning, Eric
2025-12-17 14:09:00 +01:00
parent 292b893ed2
commit 0e746749e6
11 changed files with 148 additions and 77 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
const fs = require('fs');
const path = require('path');
// const fs = require('fs');
// const path = require('path');
const outputDir = path.join(__dirname, "../../../storage/documents"); // path for output directory
@@ -43,6 +43,7 @@ const module_exports = {
const documentType = await fs.promises.readFile(documentTypePath, "utf-8"); //read document type from Path
const promptText = `${documentType}, in language ${language}, transcript:\n\n${transcript}`; //combine doc type, language and transcript - Change prompt here if needed
// return
// --- REST CALL ---
const response = await fetch(SAIA_URL, { //safe model response in variable
method: "POST",