kopia lustrzana https://github.com/learn-awesome/learndb
downgraded node-fetch
rodzic
39549d150a
commit
bfc24807a8
|
@ -1,6 +1,6 @@
|
||||||
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
|
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
|
||||||
// const axios = require('axios');
|
// const axios = require('axios');
|
||||||
const fetch = require('node-fetch').default;
|
// const fetch = require('node-fetch').default;
|
||||||
// const fetch = request('node-fetch').default;
|
// const fetch = request('node-fetch').default;
|
||||||
|
|
||||||
// Placeholder function to fetch content from URL using a web scraping service
|
// Placeholder function to fetch content from URL using a web scraping service
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.2",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"node-fetch": "^2.7.0",
|
"node-fetch": "^2.6.1",
|
||||||
"openai": "^4.20.0",
|
"openai": "^4.20.0",
|
||||||
"svelvet": "8.1.0"
|
"svelvet": "8.1.0"
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue