Skip to content

Commit f14140e

Browse files
Update README.md
1 parent bbf61d3 commit f14140e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
## Overview
44

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.
76
Natural language prompts can be mixed with traditional scripts such as bash and python or even external HTTP service
87
calls. With GPTScript you can do just about anything like [plan a vacation](./examples/travel-agent.gpt),
98
[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

Comments
 (0)