parent
8539b87804
commit
3d4618622a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue