From 5515ac690482568c061bc646411e1c5ae4f0e8fd Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 12:05:46 +0800 Subject: [PATCH] Add Experiments section --- README-zh-TW.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README-zh-TW.md b/README-zh-TW.md index 7ffb51e..4be3b69 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -18,6 +18,7 @@ - [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt) - [延伸應用](#延伸應用) - [開發工具(API、SDK)](#開發工具apisdk) +- [實驗](#實驗) - [貢獻](#貢獻) --- @@ -50,6 +51,10 @@ - [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)(Telegram bot):執行自己的 GPTChat Telegram 機器人,只需要一行指令。 - [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): 整合自己的 Discord 機器人。 +## 實驗 + +- [gptlang](https://github.com/forrestchang/gptlang): 驗證是否能利用 ChatGPT 建立一個程式語言的實驗。 + --- ## 貢獻 diff --git a/README.md b/README.md index 561e863..ce8e5f3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Use ChatGPT anywhere](#use-chatgpt-anywhere) - [Applications](#applications) - [Development tools (API, SDK)](#development-tools-api-sdk) +- [Experiments](#experiments) - [Contribution](#contribution) --- @@ -50,6 +51,10 @@ - [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram) (Telegram bot): Run your own GPTChat Telegram bot, with a single command. - [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): Integrate your own Discord bot using chatGPT. +## Experiments + +- [gptlang](https://github.com/forrestchang/gptlang): Experiment to see if we can create a programming language in ChatGPT. + --- ## Contribution