mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 11:56:06 -05:00
* sample env and late version incr * added slash command compatibility * updated command name * updated environment sample * updated interaction comment
14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
# 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 |