Skip to content

v0.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@oKatanaaa oKatanaaa released this 16 Oct 19:02
· 33 commits to master since this release

First usable version. I make this release in preparation for future (possibly breaking) changes to make sure there is a working version available.

Functionality list:

  • allows to gather multi-turn conversational data (for ChatGPT like chatbots);
  • fully OpenAI API compliant data format;
  • OpenAI API integration for data gathering assistance;
  • allows to tag conversations (coding, QA, contextual QA, etc.);
  • allows to assign language to a dialog (currently ru/en only);
  • token counting in each dialog (uses HF tokenizers);

Notes:

  • currently no performance optimizations are at place;
  • may crash sometimes (I am working on this but make sure to save your data regularly).