From a9581335c9df5a57347fa1ba3492c9a6195722fd Mon Sep 17 00:00:00 2001 From: Leonard Excoffier Date: Fri, 15 Dec 2023 20:45:58 -0500 Subject: [PATCH] edited readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c820a..8d23109 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Create a config.py file in a /config/ subdirectory of the root of leogpt.py and configure the following: +Create an directory where you create an empty __init__.py file. + +In the same directory create a config.py file and configure the following: openai_api_key = 'YOUR_OPENAI_API_KEY' discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN'