Skip to content

Commit 3ecde3e

Browse files
authored
Update README.md
Signed-off-by: sheng-liang <[email protected]>
1 parent bb00ed0 commit 3ecde3e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@
77
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 natural language programming experience. The syntax of GPTScript is largely natural language, making it very easy to learn and use.
88
Natural language prompts can be mixed with traditional scripts such as bash and python or even external HTTP service
99
calls. With GPTScript you can do just about anything, like [plan a vacation](./examples/travel-agent.gpt),
10-
[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).
10+
[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). Here are some common use cases for GPTScript:
11+
12+
1. [Retrieval-Augmented Generation (RAG)](./docs/README-USECASES.md#retrieval)
13+
2. [Task Automation](./docs/README-USECASES.md#task-automation)
14+
3. [Agents and Assistants](./docs/README-USECASES.md#agents-and-assistants)
15+
4. [Data Analysis](./docs/README-USECASES.md#data-analysis)
16+
5. [Vision, Image, and Audio](./docs/README-USECASES.md#vision-image-and-audio)
17+
6. [Memory Management](./docs/README-USECASES.md#memory-management)
18+
7. [Chatbots](./docs/README-USECASES.md#chatbots)
1119

1220
| :memo: | We are currently exploring options for interacting with local models using GPTScript. |
1321
| ------ | :------------------------------------------------------------------------------------ |
1422

23+
The following example illustrates how GPTScript allows you to accomplish complex tasks by writing what resembles pseudocode in English:
24+
1525
```yaml
1626
# example.gpt
1727

0 commit comments

Comments
 (0)