update readme
This commit is contained in:
parent
e361112c04
commit
91f4df4411
11
README.md
11
README.md
@ -2,19 +2,20 @@
|
|||||||
|
|
||||||
This is a discord client written in DiscordJS v14 based on DiscordV10
|
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.
|
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.
|
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.
|
Message intents are NOT supported in this bot, this is due to the verification that Discord is enabling.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1) Use ```npm i ```
|
1) Use ```npm i ```
|
||||||
|
|
||||||
2) Create a .env file ``` touch .env```
|
2) Create a .env file ``` touch .env```
|
||||||
|
Loading…
Reference in New Issue
Block a user