From 1ca5bf7a578d37aeeae4b24064a8a01a439e1e9b Mon Sep 17 00:00:00 2001 From: Leonard Excoffier Date: Fri, 15 Dec 2023 20:21:36 -0500 Subject: [PATCH] adjusted readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0866337..b6c820a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Create a config.py file in a subdirectory of the root of leogpt.py and configure the following: +Create a config.py file in a /config/ subdirectory of the root of leogpt.py and configure the following: openai_api_key = 'YOUR_OPENAI_API_KEY' discord_bot_token = 'YOUR_DISCORD_BOT_TOKEN'