Skip to content

Commit

Permalink
Merge pull request #260 from sugarforever/bugfix/puppeteer-not-working
Browse files Browse the repository at this point in the history
bugfix: replaced puppeteer with cheerio for simpler deployment
  • Loading branch information
sugarforever authored Apr 13, 2024
2 parents 8b0be22 + 9c15a43 commit 771bab9
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 308 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@vueuse/nuxt": "^10.9.0",
"@zilliz/milvus2-sdk-node": "^2.3.5",
"ai": "^2.2.37",
"cheerio": "1.0.0-rc.12",
"chromadb": "^1.8.1",
"dexie": "^4.0.1",
"highlight.js": "^11.9.0",
Expand All @@ -63,7 +64,6 @@
"openai": "^4.33.0",
"pdf-parse": "^1.1.1",
"prisma": "^5.12.1",
"puppeteer": "^19.7.2",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit 771bab9

Please sign in to comment.