aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/prompts.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem2025-11-281-26/+100
* fix(inferance): skip token slicing when content is already witin max lengthMohamed Bassem2025-10-261-0/+3
* fix: Correct grammatical errors in prompts (#2020)atsggx2025-10-111-2/+2
* fix: minor changes to the tagging prompts (#1474)Olicorne2025-06-221-10/+11
* fix: Collapse long runs of repeated whitespaces before tokenization to avoid ...Mohamed Bassem2025-06-211-0/+9
* fix: Use proper tokenizer when truncating for inference. Fixes #1405Mohamed Bassem2025-05-181-8/+8
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-121-1/+5
* fix: Instruct the model to only respond with the summary when summarizing con...Mohamed Bassem2024-11-241-1/+1
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+14
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-2/+21
* feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem2024-09-291-0/+33