diff --git a/netlify/functions/handleMetadata.js b/netlify/functions/handleMetadata.js index e0d6ce4..c5f3c21 100644 --- a/netlify/functions/handleMetadata.js +++ b/netlify/functions/handleMetadata.js @@ -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) {