v0.7.1
v0.7.1
The SQL migration
WARNING: THIS BUILD IS EXPERIMENTAL. YOUR EXISTING DATA WILL BE INACCESSIBLE ON UPDATE
It is recommended to do a fresh install for this.
This build features a migration from the old file-based storage to a proper SQLite database with minor UI fixes. Though it doesn't introduce any new features, it does pave the way to more features that were previously difficult / slow due to storing files in JSON format.
This build is very much experimental, though most functionality has been implemented. There are a few features left to be implemented:
- Importing for Instruct currently is not implemented
- Presets are not part of the database yet due to sampler settings fluctuating often
- A proper migration system for >0.7.0 versions to retain user data.
Changes:
- Migration from file based storage to database
- New Instruct Format
- Changed eas-build to use legacy build system that minifies apk size
Fixes:
- fixed llamacpp API call using incorrect object format
- fixed issue with several backends using
/r/n
instead of/n
for streaming delimiters causing repeating messages - fixed generation times being modified when editing messages
Enjoy the new build, bug reports are welcomed!