From deab5df415b33454e1500cc63188f4c18ac14922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= Date: Sat, 14 Sep 2024 20:54:59 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 75776a1..200b36a 100644 --- a/README.md +++ b/README.md @@ -142,15 +142,15 @@ To set up **SumBot FreeCode**, follow these steps: ``` 4. Set up environment variables for the OpenAI API and Slack integration. - ```bash - export OPENAI_API_KEY='your_openai_api_key_here' - export SLACK_BOT_TOKEN='your_slack_bot_token_here' - ``` + ```bash + export OPENAI_API_KEY='your_openai_api_key_here' + export SLACK_BOT_TOKEN='your_slack_bot_token_here' + ``` 5. Run the chatbot: - ```bash - python run.py - ``` + ```bash + python run.py + ``` ## 🛠️ Usage