diff --git a/README.md b/README.md index 9286b2a9..122066c7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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. \ No newline at end of file +GPTScript is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.