mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
6452bb860d
added playbook to deploy dev machine added playbook to deploy dev machine added next.js font module, updated fonts, updated login page replaced logos, changed logo on login and header added 404 and email confirmation pages, changed discord and github buttons to show conditionally also removed unused imports, fixed one spelling error, and minor styling changes Quick format to the authenticated user page, updated header with user profile, styling updates fixed html encoding added checkout for release re-vamped release config and ports
Open-Assistant Data Collection Discord Bot
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.
Invite official bot
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.
Bot token for development
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...