From f14140eea33e21e00fd3dcf463f5cf85e3f48fed Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 14 Feb 2024 02:51:20 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cdf1560..25d75ae7 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ ## Overview -GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI. -The syntax of GPTScript is largely natural language, making it very easy to learn and use. +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. Natural language prompts can be mixed with traditional scripts such as bash and python or even external HTTP service calls. With GPTScript you can do just about anything like [plan a vacation](./examples/travel-agent.gpt), [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).