From e5fd7e97fbda0a53a59c87b35257c43b408a4a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Gen=C3=A7ay?= Date: Tue, 6 Dec 2022 14:35:41 -0800 Subject: [PATCH] Update readme with vscode extension Added a new entry to Readme.md with a new visual studio code extension implementation using the chatgpt nodejs api wrapper. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 337c9a8..5d188a9 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,7 @@ All of these awesome projects are built using the `chatgpt` package. 🤯 - [Chrome Extension](https://github.com/gragland/chatgpt-everywhere) ([demo](https://twitter.com/gabe_ragland/status/1599466486422470656)) - [VSCode Extension #1](https://github.com/mpociot/chatgpt-vscode) ([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) - [VSCode Extension #2](https://github.com/barnesoir/chatgpt-vscode-plugin) +- [VSCode Extension #3](https://github.com/gencay/vscode-chatgpt) ([marketplace](https://marketplace.visualstudio.com/items?itemName=gencay.vscode-chatgpt)) - [Raycast Extension](https://github.com/abielzulio/chatgpt-raycast) ([demo](https://twitter.com/abielzulio/status/1600176002042191875)) - [Go Telegram Bot](https://github.com/m1guelpf/chatgpt-telegram) - [GitHub ProBot](https://github.com/oceanlvr/ChatGPTBot)