Skip to content

v0.8.2

Compare
Choose a tag to compare
@unified-ci-app unified-ci-app released this 14 Jun 16:03
· 52 commits to master since this release
19a4271

Migration

This release will loose all AI generated thread titles. If you want to migrate you can use:

INSERT INTO LLM_PostMeta(RootPostID, Title) SELECT RootPostID, Title from LLM_Threads

then you are free to

DROP TABLE LLM_Threads