update readme to add screenshot

This commit is contained in:
Raven Scott 2023-04-12 18:29:51 +02:00
parent 5793b7b4ad
commit 56c7bfd26d
1 changed files with 4 additions and 2 deletions

View File

@ -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`