aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/openaiWorker.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem1-22/+62
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-12/+57
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-5/+5
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-13/+15
2024-03-27fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem1-6/+11
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem1-3/+8
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-66/+31
2024-03-27refactor: Validate env variables using zodMohamedBassem1-11/+11
2024-03-19fix(workers): Drop the restriction of the tags being lowercase and without sp...MohamedBassem1-2/+2
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem1-10/+9
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-17/+87
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-05fix: Drop old AI tag on link refreshMohamedBassem1-39/+52
2024-03-04fix: Teach openai to ignore cookie consent popupsMohamedBassem1-3/+5
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem1-5/+27
2024-03-02feature: Store full link content and index themMohamedBassem1-0/+10
2024-03-01feature: Add full text search supportMohamedBassem1-7/+17
2024-02-29fix: Prevent openai from inferring tags from the prompt itselfMohamedBassem1-5/+10
2024-02-28feature: Support tag inferance for note bookmarksMohamedBassem1-35/+49
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-49/+33
2024-02-20branding: Rename app to HoarderMohamedBassem1-4/+4
2024-02-15fix: Attempt to improve the openai prompt a bitMohamedBassem1-2/+6
2024-02-14chore: Consolidate all config vars in one fileMohamedBassem1-7/+7
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-0/+1
2024-02-12feature: Add support for managing API keysMohamedBassem1-2/+6
2024-02-11fix: Fix build for workers package and add it to CIMohamedBassem1-3/+31
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-3/+3
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem1-29/+32
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem1-0/+0
2024-02-07[openai] fix: Strip the hash symbol from the tag if it existsMohamedBassem1-1/+10
2024-02-07[feature] Add openAI integration for extracting tags from articlesMohamedBassem1-0/+154