Skip to content

Commit b7cf732

Browse files
authored
Chore: Add csv examples, rework web browser usecase (#157)
Signed-off-by: Daishan Peng <[email protected]>
1 parent e5e8122 commit b7cf732

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

docs/README-USECASES.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,32 +38,11 @@ You construct the appropriate query tool based on the type of knowledge base you
3838

3939
### Planning
4040

41-
Here is a GPTScript that produces a detailed travel itenirary based on inputs from a user: [`travel-agent.gpt`](../examples/travel-agent.gpt)
41+
Here is a GPTScript that produces a detailed travel itinerary based on inputs from a user: [`travel-agent.gpt`](../examples/travel-agent.gpt)
4242

4343
### Web UI Automation
4444

45-
GPTScript enables the automation of data collection and analysis from websites through seamless interaction with a Chrome web browser. Here's an example to illustrate how it works:
46-
47-
1. Please install the browsing tool and configure it to operate continuously in the background as a service.
48-
49-
```sh
50-
git clone https://github.com/gptscript-ai/browser
51-
52-
cd browser
53-
54-
npm install
55-
56-
npm run server
57-
```
58-
59-
2. Let's explore a brief example on how to navigate through the Coachella Festival offerings and retrieve ticketing details
60-
61-
```sh
62-
# Go to the browser repo you just cloned
63-
cd browser
64-
65-
gpscript ./example/coachella-browse.gpt
66-
```
45+
Here is a GPTScript that automates a web browser to browse and navigate website, extract information: [coachella-browse.gpt](https://github.com/gptscript-ai/browser/blob/main/examples/coachella-browse.gpt)
6746

6847
For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).
6948

@@ -101,7 +80,7 @@ Here is a GPTScript that performs sentiment analysis on the input text: [Social
10180

10281
### CSV Files
10382

104-
Here is a GPTScript that summarizes the content of a CSV file. [Link to example here]
83+
Here is a GPTScript that reads the content of a CSV file and make query using natural language: [csv-reader.gpt](https://github.com/gptscript-ai/csv-reader/blob/main/examples/csv-reader.gpt)
10584

10685
### Understanding Code
10786

0 commit comments

Comments
 (0)