inshallah this works

pull/73/head
Maria-Aidarus 2023-11-24 20:10:14 +03:00
rodzic 1f0f249b72
commit 4026cb5889
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -3,4 +3,4 @@
"dependencies": {
"openai": "4.20.0"
}
}
}