Nick: rm logs

This commit is contained in:
Nicolas 2025-01-22 17:27:48 -03:00
parent 56f048aeff
commit 994e1eb502
2 changed files with 0 additions and 2 deletions

View File

@ -184,7 +184,6 @@ export async function processUrl(
// (link, index) => `${index + 1}. URL: ${link.url}, Title: ${link.title}, Description: ${link.description}`
// );
console.log("search query: ", rephrasedPrompt);
const rerankerResult = await rerankLinksWithLLM(

View File

@ -197,7 +197,6 @@ export async function generateOpenAICompletions(
jsonCompletion.choices[0].message.content,
);
extract = options.schema ? extractData.data.extract : extractData;
console.log("extract", extract);
}
} catch (e) {
logger.error("Failed to parse returned JSON, no schema specified.", {