From 335490164ee5691a6b0f358e904d6c5dc2562ae5 Mon Sep 17 00:00:00 2001 From: Nick Hale <4175918+njhale@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:39:52 -0500 Subject: [PATCH] docs: move discord pill to top of readme Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com> --- README.md | 2 ++ docs/docs/01-overview.md | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29ec48f3..8f8193b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GPTScript +[![Discord](https://img.shields.io/discord/1204558420984864829?label=Discord)](https://discord.gg/9sSf4UyAMC) + ## Overview 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. diff --git a/docs/docs/01-overview.md b/docs/docs/01-overview.md index ab484afe..e5893170 100644 --- a/docs/docs/01-overview.md +++ b/docs/docs/01-overview.md @@ -3,6 +3,8 @@ title: Overview slug: / --- +[![Discord](https://img.shields.io/discord/1204558420984864829?label=Discord)](https://discord.gg/9sSf4UyAMC) + 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. 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](https://github.com/gptscript-ai/gptscript/blob/main/examples/travel-agent.gpt), [edit a file](https://github.com/gptscript-ai/gptscript/blob/main/examples/add-go-mod-dep.gpt), [run some SQL](https://github.com/gptscript-ai/gptscript/blob/main/examples/sqlite-download.gpt), or [build a mongodb/flask app](https://github.com/gptscript-ai/gptscript/blob/main/examples/hacker-news-headlines.gpt). :::note @@ -35,7 +37,3 @@ of 21 albums. ``` For more examples check out the [examples](https://github.com/gptscript-ai/gptscript/blob/main/examples) directory. - -## Community - -Join us on Discord: [![Discord](https://img.shields.io/discord/1204558420984864829?label=Discord)](https://discord.gg/9sSf4UyAMC)