Skip to content

v0.2.1

Compare
Choose a tag to compare
@chottolabs chottolabs released this 07 Sep 19:08
· 83 commits to main since this release
4bdc1db

I'm playing with local models now and it was getting out of hand to deal with the subtle differences in parameters + features that I wanted to support, so here's another big breaking change.

kznllm_demo_v2.mp4

What's Changed

breaking changes - copy the suggested config from the README

subtle bugs related to unexpected behaviors with context have been patched

Related: #14

  • fixes long-standing bug where you can't trigger generate after an undo (this exists in dingllm too - see change e20d743)
  • all pre-existing kznllm logic is now built into kznllm.presets because i'll be building other types of features/workflows based off of the core library (which just provides convenient functions that i can stitch together)
  • instead of restricting the context builder to fixed messages, it accepts a generic make_data_fn that the user can implement to build up the data portion of the API call with their own settings/parameters (see CONTRIBUTING)
  • adds a suggested model switcher under presets

Full Changelog: v0.1.0...v0.2.1