removed he as it is not really needed, just helpful, but gave runtime error

pull/73/head
Huda Joad 2023-11-25 00:42:25 +03:00
rodzic 950a4aee3c
commit 6e6d44fc16
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
const fetch = require('node-fetch'); // Import for webscraping in fetchContentFromURL()
import { OpenAIApi, Configuration } from 'openai';
// const { Configuration, OpenAIApi } = require('openai');
import { he } from 'he';
// Function to fetch content from URL using a web scraping service
async function fetchContentFromURL(url) {