Add web search functionality and update dependencies in noThinkProxy

This commit is contained in:
2026-05-10 19:13:06 +02:00
parent af75920edc
commit 4fad0f22c7
4 changed files with 411 additions and 203 deletions

View File

@@ -1,6 +1,8 @@
{
"dependencies": {
"express": "^5.2.1",
"node-fetch": "^3.3.2"
"node-fetch": "^3.3.2",
"node-html-parser": "^7.1.0",
"turndown": "^7.2.4"
}
}