From 49cfd409bd3587929b71267b4f853b6a78dcc501 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 5 Mar 2023 22:41:31 +0900 Subject: [PATCH] Hello brother --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c78d8e3..1063ff2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A simple Python code that connects to OpenAI's ChatGPT and executes the returned results. +If you are interested in these projects, please checkout AiShell's brother project: [YGK-a](https://github.com/code-yeongyu/YGK-a). YGK-a is a client for the ChatGPT from your terminal, and also supports unix/linux pipelines. + ## Demo ![Demo](https://raw.githubusercontent.com/code-yeongyu/AiShell/master/images/example.gif)