From 7cee772c83def81c8ee29e90324a3b26f9cad575 Mon Sep 17 00:00:00 2001 From: Giorgio Silvi <97681236+gsilviHQS@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:13:57 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eae5faa..cb7cf99 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# PaperGenie \ No newline at end of file +# PaperGenie + +# API KEY +To make use of the program you need an API KEY from OpenAI. +To do that, you can make an account for free at https://beta.openai.com/ (where you will have 18$ for free to try it out for hundreds of trial) +Once you have the account you can find your APIKEY under Personal-View API Keys. + +# Libraries +You also may need to install the openai library: pip install openai + +# Run +To run simply run the command: python UI.py