Update README.md

remove line about demo being live
This commit is contained in:
vintro 2024-02-13 20:50:00 -05:00 committed by GitHub
parent 8539b87804
commit 3d4618622a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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.
If you are interested in running Honcho locally, follow the setup instructions at the root of this repo.