Skip to content

Improve a bunch of things

Latest
Compare
Choose a tag to compare
@sagarreddypatil sagarreddypatil released this 21 May 08:19
· 132 commits to main since this release

Full Changelog: v1.0.0...v1.3.0

Fine I'll make a changelog

  • Add message sanitation
  • Store conversation history
  • attempt to fix the typing notification
  • add CPU inference requirements
  • make gaslighting actually work
  • try and fail at zeroshot response characteristics(stuff like [no-response] and [reply to @ whatever]
  • comment out debug-only code(on multiple occasions)(yes I debug with print statements)
  • add this cool thing where the bot randomly replies to you 5% of the time. Also add a bunch of other randomized response characteristics, such as multi-line responses by sampling the number of responses from some weird random distribution, more natural responses by needing to only respond with "you" rather than the bot's full name, etc
  • try to log stuff to text files(there's nothing to log)
  • some random refactoring sprinkled here and there
  • fix a few bugs caused by my own incompetence
  • attempt to run a larger model using parallelformers and fail
  • parse mentions in messages so that the bot doesn't get confused

That's basically about it