8000 GitHub - LordElf/Eos-catbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LordElf/Eos-catbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker build -t discord_chat_bot .

You need a .env file with the following variables:

DISCORD_TOKEN=your_discord_token
OPENAI_API_KEY=your_openai_api_key
SYSTEM_MSG="<your system message for the bog>"

Then run the container:

docker run -d --env-file .env --name discord_chat_bot --restart unless-stopped discord_chat_bot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0