Skip to content

Commit 8e9efff

Browse files
Add command for first example
1 parent a73140f commit 8e9efff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Natural language prompts can be mixed with traditional scripts such as bash and
88
calls.
99

1010
```yaml
11+
# example.gpt
12+
1113
Tools: sys.download, sys.exec, sys.remove
1214

1315
Download https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip to a
@@ -21,6 +23,14 @@ the result of that.
2123

2224
When done remove the database file and the downloaded content.
2325
```
26+
```
27+
$ gptscript ./example.gpt
28+
29+
OUTPUT:
30+
31+
The artist with the most number of albums in the database is Iron Maiden, with a total
32+
of 21 albums.
33+
```
2434

2535
## Quick Start
2636

@@ -187,4 +197,4 @@ For more examples check out the [examples](examples) directory.
187197

188198
## License
189199

190-
GPTScript is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
200+
GPTScript is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.

0 commit comments

Comments
 (0)