Skip to content

Commit

Permalink
Merge pull request #381 from Raecaug/patch-1
Browse files Browse the repository at this point in the history
Add E2B env variable
  • Loading branch information
Kav-K authored Nov 8, 2023
2 parents c6c7f1e + 4bbd44e commit c5d1864
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ DISCORD_TOKEN = "<discord_bot_token>"
## GITHUB_TOKEN = "<github_access_token>" # allows indexing of GitHub repos
## WOLFRAM_API_KEY = "<wolfram_app_id>" # allows internet connected chats to consult Wolfram API for knowledge
## REPLICATE_API_KEY = "<replicate_api_key>" # connects to blip2 model on Replicate for image understanding
## E2B_API_KEY = "<e2b_api_key>" # connects to E2B for a sandboxed code interpreter

################################################################################
### DISCORD SERVER/CHANNEL CONFIGURATION
################################################################################

DEBUG_GUILD = "974519864045756446" # discord_server_id for debug messages
DEBUG_CHANNEL = (
"977697652147892304" # discord_chanel_id where the messages will be posted
)
DEBUG_CHANNEL = "977697652147892304" # discord_chanel_id where the messages will be posted
ALLOWED_GUILDS = "971268468148166697,971268468148166697" # server ids where the bot should add its commands
MODERATIONS_ALERT_CHANNEL = "977697652147892304" # Moderations Service alert channel, this is where moderation alerts will be sent as a default if enabled

Expand Down

0 comments on commit c5d1864

Please sign in to comment.