From 97e842489c635069ba3c97a73ac2a8e5cf38f99e Mon Sep 17 00:00:00 2001 From: Niti <74876947+DrkTheDon@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:06:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf49e12..3493253 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ const openai = new OpenAIApi(configuration); #### Browser Extension We Plan to make this into a browser extension. Head onto [DrkGPT-EXT](https://github.com/DrkTheDon/DrkGPT-EXT) and check it out! +#### Windows Application +We Plan to make this into a windows application written in C#. Head onto [DrkGPT-CS](https://github.com/DrkTheDon/DrkGPT-CS) and check it out! #### Builds I'm currently working on making a workflow that will make drkgpt.py into an exe after each commit.