You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template for the title prompt currently only includes Language and Content. It might make sense to also make the existing title available. For example, to instruct the model to keep the original title if its own suggestion is not "better".
The text was updated successfully, but these errors were encountered:
IngmarStein
added a commit
to IngmarStein/paperless-gpt
that referenced
this issue
Jan 27, 2025
This allow a prompt to feed the LLM with the title as determined by
Paperless to improve its suggestion.
This also fixes the case when `getSuggestedTags` or
`getSuggestedCorrespondent` are called, but `GenerateTitles` is off (in
which case an empty title was used).
Fixesicereed#137
The template for the title prompt currently only includes
Language
andContent
. It might make sense to also make the existing title available. For example, to instruct the model to keep the original title if its own suggestion is not "better".The text was updated successfully, but these errors were encountered: