aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/prompts.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-09feat(ai): Support restricting AI tags to a subset of existing tags (#2444)Mohamed Bassem1-1/+9
2026-02-01feat: Add LLM-based OCR as alternative to Tesseract (#2442)Mohamed Bassem1-0/+16
2026-02-01fix(web): don't bundle tiktoken in client bundlesMohamed Bassem1-80/+2
2025-12-29fix: more tagging tweaksMohamed Bassem1-4/+3
2025-12-29fix: change prompt to better recognize error pagesMohamed Bassem1-3/+6
2025-12-27feat: add customizable tag styles (#2312)Mohamed Bassem1-5/+32
2025-11-28fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem1-26/+100
2025-10-26fix(inferance): skip token slicing when content is already witin max lengthMohamed Bassem1-0/+3
2025-10-11fix: Correct grammatical errors in prompts (#2020)atsggx1-2/+2
2025-06-22fix: minor changes to the tagging prompts (#1474)Olicorne1-10/+11
2025-06-21fix: Collapse long runs of repeated whitespaces before tokenization to avoid ...Mohamed Bassem1-0/+9
2025-05-18fix: Use proper tokenizer when truncating for inference. Fixes #1405Mohamed Bassem1-8/+8
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem1-1/+5
2024-11-24fix: Instruct the model to only respond with the summary when summarizing con...Mohamed Bassem1-1/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+14
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-2/+21
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-0/+33