Skip to content

v2.2.0

Latest

Choose a tag to compare

@nathanjstratusadv nathanjstratusadv released this 07 Mar 04:47
· 2 commits to main since this release

Features

  • Diligence System (Experimental)
    • The llm service class has a new sub service called diligence.
    • You can activate different diligence systems through Bot().llm.diligence.
      • Note diligence can have both positive and negative effects and should be used with caution
      • Example Bot.llm.diligence.stop_word_removal.activate() will activate the stop word removal in the llm connector.
      • Bot.llm.diligence.vowel_removal & Bot.llm.diligence.second_pass