added an install script

pull/73/head
Maria-Aidarus 2023-11-24 19:36:44 +03:00
rodzic 369e633114
commit 9825e2056c
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
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) {