File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Natural language prompts can be mixed with traditional scripts such as bash and
8
8
calls.
9
9
10
10
``` yaml
11
+ # example.gpt
12
+
11
13
Tools : sys.download, sys.exec, sys.remove
12
14
13
15
Download https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip to a
@@ -21,6 +23,14 @@ the result of that.
21
23
22
24
When done remove the database file and the downloaded content.
23
25
```
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
+ ```
24
34
25
35
## Quick Start
26
36
@@ -187,4 +197,4 @@ For more examples check out the [examples](examples) directory.
187
197
188
198
## License
189
199
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.
You can’t perform that action at this time.
0 commit comments