updated the deployment settings

pull/73/head
Maria-Aidarus 2023-11-24 19:30:35 +03:00
rodzic 9ab0543fcc
commit 32c4b15eea
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
// const fetch = require('node-fetch');
const openai = require('openai');
// const openai = require('openai');
// Placeholder function to fetch content from URL using a web scraping service
async function fetchContentFromURL(url) {