was returning the wrong thing

pull/73/head
Huda Joad 2023-11-24 18:40:13 +03:00
rodzic 17f6bbc08e
commit feb3843e27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ function simplifyContent(content) {
// // Simple summarization: taking the first few sentences
// const sentences = simplifiedContent.split('. ');
// const summarizedContent = sentences.slice(0, Math.min(5, sentences.length)).join('. ');
return summarizedContent;
return simplifiedContent;
}
// Placeholder function to perform GPT analysis for media type and topics using Mistral-7b via OpenRouter