slash commands integrated

* sample env and late version incr

* added slash command compatibility

* updated command name

* updated environment sample

* updated interaction comment
This commit is contained in:
Kevin Dang
2024-01-31 10:25:45 -08:00
committed by Kevin Dang
parent b94ff55449
commit 89c19990fa
16 changed files with 311 additions and 192 deletions

14
.env.sample Normal file
View File

@@ -0,0 +1,14 @@
# Discord token for the bot
CLIENT_TOKEN = INSERT_BOT_TOKEN
# id token of a discord server
GUILD_ID = INSERT_GUILD_ID
# Channel where the bot listens to messages
CHANNEL_ID = INSERT_CHANNEL_ID
# model for the bot to query from (i.e. llama2 [llama2:13b], mistral, ... )
MODEL = INSERT_MODEL_NAME
# discord bot user id for mentions
BOT_UID = INSERT_BOT_USER_ID