- Copy .env.config to .env and fill in the values.
DISCORD_TOKEN
is the token for the bot. You can get this from the Discord Developer Portal.- You can obtain your
OPENAI_API_KEY
at https://platform.openai.com/account/api-keys.
- Run
docker compose --env-file .env up -d
to start the bot.
- Check the authorization of SERVER MEMBERS INTENT and MESSAGE CONTENT INTENT in "Privileged Gateway Intents" of Discord Developer Portal
- Invite the bot to your server. You can get the invite link from the Discord Developer Portal.
- You can talk with the bot by mentioning it and typing your message.
- You need to get a Google Custom Search API key and a search engine ID.
- See https://developers.google.com/custom-search/v1/overview for more information.
- Set
GCP_SEARCH_API_KEY
andGOOGLE_CUSTOM_SEARCH_CX
in .env.
- Can display costs consumed
- Contextualized conversation as it takes into account the most recent message
- Can make the bot search on Google