Skip to content

Commit 79835d3

Browse files
committed
added readme for AI Assisted paring
1 parent e09ec92 commit 79835d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can also try out the tool at [tools.link.sc](https://tools.link.sc)
2727
## Features
2828

2929
- Low code
30+
- AI Assisted Parsing
3031
- Built-in browser
3132
- Website fetch
3233
- CSS selector/highlighter
@@ -46,6 +47,7 @@ You can also try out the tool at [tools.link.sc](https://tools.link.sc)
4647
- [x] Extra data to tables
4748
- [x] Dark mode
4849
- [x] Javascript Toggle
50+
- [x] Added ChatGPT
4951
- [ ] Automatically Generate code
5052
- [ ] Build a better UI
5153

@@ -59,6 +61,10 @@ A list of things not working right now:
5961
4. Difficult to extract link
6062
5. Javascript rendering does not always work
6163

64+
## AI Assisted Parsing
65+
66+
ChatGPT is great at extract and grabbing data. However it has a token size limit (8192). So to help break down the token size. You can select specific elements to pass into the prompt. Using CSS Selector to grab a small subset of elements to parse, allowing ChatGPT to extract data from websites.
67+
6268
## Running Locally
6369

6470
1. Install dependencies using pnpm:

0 commit comments

Comments
 (0)