aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/openaiWorker.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem2024-04-021-5/+5
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-13/+15
* fix: Drop the 2k char limit on notes. Fixes #25MohamedBassem2024-03-271-6/+11
* fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2024-03-271-3/+8
* feature: Add support for local models using ollamaMohamedBassem2024-03-271-66/+31
* refactor: Validate env variables using zodMohamedBassem2024-03-271-11/+11
* fix(workers): Drop the restriction of the tags being lowercase and without sp...MohamedBassem2024-03-191-2/+2
* refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2024-03-191-10/+9
* Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2024-03-191-17/+87
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+263