Skip to content

Commit 38a1085

Browse files
committed
feat: add AI.
1 parent 3a2a0d0 commit 38a1085

File tree

4 files changed

+454
-1
lines changed

4 files changed

+454
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"author": "coderHXL",
66
"description": "x-crawl is a flexible Node.js multifunctional crawler library.",
77
"license": "MIT",
@@ -36,6 +36,7 @@
3636
"dependencies": {
3737
"chalk": "4.1.2",
3838
"https-proxy-agent": "^7.0.4",
39+
"openai": "^4.31.0",
3940
"puppeteer": "22.5.0",
4041
"x-crawl": "link:"
4142
},

pnpm-lock.yaml

Lines changed: 180 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)