This bot collects human feedback to create a dataset for RLHF-alignment of an assistant chat bot based on a large langugae model. You and other people can teach the bot how to respond to user requests by demonstration and by garding and ranking the bot's outputs. If you want to learn more about RLHF please refer to OpenAI's InstructGPT blog post.
To add the official Open-Assistant data collection bot to your discord server click here. The bot needs access to read the contents of user text messages.
To test the bot on your own discord server you need to register a discord application at the Discord Developer Portal and get at bot token.
- Follow a tutorial on how to get a bot token, for example this one: Creating a discord bot & getting a token
- The bot script expects the bot token to be in an environment variable called
BOT_TOKEN
.
The simplest way to configure the token is via an .env
file:
BOT_TOKEN=XYZABC123...