Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.16 KB

Larry

Larry is a simple Discord bot that interacts with the OpenAI GTP3 API. It also has support for different personalities and even GPT2, served by booste. The bot keeps track of the conversation on a per-guild basis. You need to supply your own OpenAI and booste API key for this to work.

  • only keeps the last 8 lines of a conversation, to limit token usage
  • only reads 100 chars per message

Commands

  • larry help: shows all available commands
  • larry status: shows the current configuration
  • larry reset: resets the conversation
  • larry switch: switches between GTP2 and GPT3 (default: GPT3). Current conversation will be reset.
  • larry join: Joins your current voice channel. Will use the same message history as the written messages.
  • larry leave: Leaves the voice channel it is currently in.
  • larry personality <human/random/obedient/terminal/simple/singer>: switches the GPT3 personality (default: human). Current conversation will be reset.

Personalities

The bot can have different personalities if you modify the source.
You can view the different personalities here

Future Improvements

none left