From 80d2f7a07566b70a74155d7eee09373098cbbcef Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Nov 2023 14:10:47 -0700 Subject: [PATCH] Updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e97f4d3..c1d2070 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Scripts and tools to make chat gpt write code for you. Lets all be honest here, this is just the beginning of the end for software engineers. Might as well make your coding super efficient in the mean time. +Right now this is only for JS files. I work primarily in JS so I customized the promps to be in JS. +To change this behavior just modify the prompt. You could even remove the language from the promp and +manually input it each time for example: +'in python, generate a for loop' +'in ruby, output the alphabet backmards' +'in assembly, send help, im dying' + ### How to run First Setup your API keys with OpenAI