Skip to content

openedtech/edubot

Repository files navigation

Edubot

A self-improving AI-based chatbot library that is completely platform-agnostic.

Edubot intuitively jumps into conversations to give advice, make jokes, and add to the discussion. Its personality can be completely customised to suit the tone of different rooms.

By simply reacting to messages with a thumbs up/down, users help Edubot collate feedback. This feedback is used to fine-tune the bot and improve its responses in the future.

Edubot is still under active development and is the first project from Open EdTech.

Architecture

  1. Edubot integrations convert messages from external platforms into a standardised format.
  2. The library uses these messages to generate a response from GPT-4.
  3. Users send feedback to the bot's responses.
  4. Using the feedback, the library fine-tunes GPT-4's responses to better suit each thread it partakes in.

Edubot Architecture Diagram

Dev environment quickstart

  1. Install Poetry
  2. Install dependencies: poetry install
  3. Activate the env: poetry shell
  4. Install pre-commit hooks: pre-commit install
  5. Copy SAMPLE_CONFIG.ini and put your information in
  6. Set the EDUBOT_CONFIG env variable to wherever you put your config

For an example of an integration using this library see: edubot-matrix

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages