Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana 🚀  Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Sep 14, 2024
1 parent 0722dc6 commit deab5df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deab5df

Please sign in to comment.