diff --git a/README.md b/README.md index f7a24a7..225ac05 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Define a generateResponse function that sends a request to the GPT-3 API to gene Call the generateResponse function within the messageCreate event listener function. +![demo](https://media.discordapp.net/attachments/562897071326101515/1095738407826767922/image.png?width=1038&height=660 "demo") + + # Backend REQUIIRED The HTTP Server from https://abetlen.github.io/llama-cpp-python/ is required to use this bot. @@ -60,8 +63,7 @@ Navigate to http://localhost:8000/docs to see the OpenAPI documentation. 6) Run the bot ```node llamabot.js ``` -# Docker Compose -This will start the backend API and Discord bot together in a stack. +# Docker Compose 1. `git clone https://git.ssh.surf/snxraven/llama-cpp-python-djs-bot.git`