From 323d4c7b3e2fc7801d284314a740321963110b23 Mon Sep 17 00:00:00 2001 From: RusDyn Date: Fri, 30 Dec 2022 12:12:15 +0000 Subject: [PATCH 1/2] Update readme.md --- legacy/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/readme.md b/legacy/readme.md index f063867b..9d9b73e7 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -353,6 +353,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Twitch Bot](https://github.com/BennyDeeDev/chatgpt-twitch-bot) - [Continuous Conversation](https://github.com/DanielTerletzkiy/chat-gtp-assistant) - [Figma plugin](https://github.com/frederickk/chatgpt-figma-plugin) +- [Simple NestJs ChatGPT Server](https://github.com/RusDyn/chatgpt_nestjs_server) If you create a cool integration, feel free to open a PR and add it to the list. From 3eb69ae62a75e927d8de3a522c028f77030d929b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 1 Jan 2023 19:25:27 -0600 Subject: [PATCH 2/2] Update readme.md --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index 9d9b73e7..fd2b052f 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -353,7 +353,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Twitch Bot](https://github.com/BennyDeeDev/chatgpt-twitch-bot) - [Continuous Conversation](https://github.com/DanielTerletzkiy/chat-gtp-assistant) - [Figma plugin](https://github.com/frederickk/chatgpt-figma-plugin) -- [Simple NestJs ChatGPT Server](https://github.com/RusDyn/chatgpt_nestjs_server) +- [NestJS server](https://github.com/RusDyn/chatgpt_nestjs_server) If you create a cool integration, feel free to open a PR and add it to the list.