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: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI.
6
-
The syntax of GPTScript is largely natural language, making it very easy to learn and use.
5
+
GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI. The ultimate goal is to create a fully natural language based programming experience. The syntax of GPTScript is largely natural language, making it very easy to learn and use.
7
6
Natural language prompts can be mixed with traditional scripts such as bash and python or even external HTTP service
8
7
calls. With GPTScript you can do just about anything like [plan a vacation](./examples/travel-agent.gpt),
9
8
[edit a file](./examples/add-go-mod-dep.gpt), [run some SQL](./examples/sqlite-download.gpt), or [build a mongodb/flask app](./examples/hacker-news-headlines.gpt).
0 commit comments