update readme

This commit is contained in:
Raven Scott 2023-04-07 21:06:48 +02:00
parent e361112c04
commit 91f4df4411
1 changed files with 6 additions and 5 deletions

View File

@ -2,19 +2,20 @@
This is a discord client written in DiscordJS v14 based on DiscordV10
This bot is slash command based only and currently supports creating a session or "chat room" per user. These sessions can be generated an unlimited amount of times.
This bot is slash command based only and currently supports creating a session or "chat room" per user.
The data on which roomID is active or which user is stored within a ./cache directory. The cache file is named the DiscordID of the user creating the session. Session caches are overwritten on each request.
These sessions can be generated an unlimited amount of times.
The data on which roomID is active or which user is stored within a ./cache directory.
The cache file is named the DiscordID of the user creating the session. Session caches are overwritten on each request.
This bot also has the ability to edit start up paramaters for the room itself such as the Model, init-prompt, temperature and the repeat-penalty.
The bot will run a POST request for a static reply from serge, message response times will depend on the full generation window of your Serge instance.
Message intents are NOT supported in this bot, this is due to the verification that Discord is enabling.
1) Use ```npm i ```
2) Create a .env file ``` touch .env```