You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ x-crawl is a flexible Node.js AI-assisted crawler library. Flexible usage and po
7
7
It consists of two parts:
8
8
9
9
- Crawler: It consists of a crawler API and various functions that can work normally even without relying on AI.
10
-
- AI: Currently based on the large AI model provided by OpenAI, AI simplifies many tedious operations.
10
+
- AI: Integrate ollama and openai, AI simplifies many tedious operations.
11
11
12
12
> If you find x-crawl helpful, or you like x-crawl, you can give [x-crawl repository](https://github.com/coder-hxl/x-crawl) a like on GitHub A star. Your support is the driving force for our continuous improvement! thank you for your support!
13
13
14
14
## Features
15
15
16
-
-**🤖 AI Assistance** - Powerful AI assistance function makes crawler work more efficient, intelligent and convenient.
16
+
-**🤖 AI Assistance** - Integrate ollama and openai, powerful AI assistance function makes crawler work more efficient, intelligent and convenient.
17
17
-**🖋️ Flexible writing** - A single crawling API is suitable for multiple configurations, and each configuration method has its own advantages.
18
18
-**⚙️Multiple uses** - Supports crawling dynamic pages, static pages, interface data and file data.
19
19
-**⚒️ Control page** - Crawling dynamic pages supports automated operations, keyboard input, event operations, etc.
Copy file name to clipboardExpand all lines: publish/README.md
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ x-crawl is a flexible Node.js AI-assisted crawler library. Flexible usage and po
7
7
It consists of two parts:
8
8
9
9
- Crawler: It consists of a crawler API and various functions that can work normally even without relying on AI.
10
-
- AI: Currently based on the large AI model provided by OpenAI, AI simplifies many tedious operations.
10
+
- AI: Integrate ollama and openai, AI simplifies many tedious operations.
11
11
12
12
> If you find x-crawl helpful, or you like x-crawl, you can give [x-crawl repository](https://github.com/coder-hxl/x-crawl) a like on GitHub A star. Your support is the driving force for our continuous improvement! thank you for your support!
13
13
14
14
## Features
15
15
16
-
-**🤖 AI Assistance** - Powerful AI assistance function makes crawler work more efficient, intelligent and convenient.
16
+
-**🤖 AI Assistance** - Integrate ollama and openai, powerful AI assistance function makes crawler work more efficient, intelligent and convenient.
17
17
-**🖋️ Flexible writing** - A single crawling API is suitable for multiple configurations, and each configuration method has its own advantages.
18
18
-**⚙️Multiple uses** - Supports crawling dynamic pages, static pages, interface data and file data.
19
19
-**⚒️ Control page** - Crawling dynamic pages supports automated operations, keyboard input, event operations, etc.
**You can even send the whole HTML to the AI to help us operate, because the website content is more complex you also need to describe the location to get more accurately, and will consume a lot of Tokens.**
0 commit comments