- Memory
- Token usage calculator
- Custom trigger
- Memory keep alive through builds/deployment
- Web surfing
!chat
is the trigger command. You can change it by changing the value ofTRIGGER
variable inmain.py
.!chat total_tokens
to print total tokens used with amount spent in RM. You can change it by changing the value ofTOTAL_TOKENS_TRIGGER
variable inmain.py
.
- Create
.env
file withDISCORD_KEY
variable(your discord bot token) andOPENAI_KEY
variable(your openai api key).