From 3d4618622a6f02b88fc1f23d57b687336bad9c5b Mon Sep 17 00:00:00 2001 From: vintro <77507980+vintrocode@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:50:00 -0500 Subject: [PATCH] Update README.md remove line about demo being live --- example/discord/simple-roast-bot/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.