aboutsummaryrefslogtreecommitdiffstats
path: root/packages/workers/openai.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-263/+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 ↵MohamedBassem1-29/+32
other type of bookmarks
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