Skip to content

Commit

Permalink
Add command for first example
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Feb 10, 2024
1 parent a73140f commit 8e9efff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Natural language prompts can be mixed with traditional scripts such as bash and
calls.

```yaml
# example.gpt

Tools: sys.download, sys.exec, sys.remove

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

When done remove the database file and the downloaded content.
```
```
$ gptscript ./example.gpt
OUTPUT:
The artist with the most number of albums in the database is Iron Maiden, with a total
of 21 albums.
```

## Quick Start

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

## License

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

0 comments on commit 8e9efff

Please sign in to comment.