diff --git a/example/discord/simple-roast-bot/README.md b/example/discord/simple-roast-bot/README.md index 90f8de22..a2acdf8b 100644 --- a/example/discord/simple-roast-bot/README.md +++ b/example/discord/simple-roast-bot/README.md @@ -2,8 +2,6 @@ The goal of this repo is to demonstrate how to deploy an LLM application using Honcho to manage user data. Here we've implemented a simple Discord bot that interacts with OpenAI's GPT-3.5-Turbo model via LangChain. Oh, and also, it's prompted to roast you. -***This demo is live -- join our Discord server and the bot will DM you to start the conversation*** - To run locally, follow these steps: ### Clone the Repository @@ -39,4 +37,4 @@ If you're not running Honcho locally, you can run the bot with the following com python main.py ``` -If you are interested in running Honcho locally, follow the setup instructions at the root of this repo. \ No newline at end of file +If you are interested in running Honcho locally, follow the setup instructions at the root of this repo.