We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
19a4271
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