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: docs/README-USECASES.md
+3-24Lines changed: 3 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -38,32 +38,11 @@ You construct the appropriate query tool based on the type of knowledge base you
38
38
39
39
### Planning
40
40
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)
42
42
43
43
### Web UI Automation
44
44
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)
67
46
68
47
For additional examples, please explore [here](https://github.com/gptscript-ai/browser?tab=readme-ov-file#examples).
69
48
@@ -101,7 +80,7 @@ Here is a GPTScript that performs sentiment analysis on the input text: [Social
101
80
102
81
### CSV Files
103
82
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)
0 commit comments