aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/inference.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-20feat: Add a max output tokens env variableMohamed Bassem1-1/+3
2025-05-17feat: Add karakeep metadata to openai callsMohamed Bassem1-0/+4
2025-04-13fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem1-15/+40
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-9/+21
2025-02-16fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan1-0/+2
2025-02-01fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem1-28/+53
2025-02-01fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem1-12/+37
2024-12-29feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal1-0/+32
2024-11-17docs: fix typo in inference.ts (#640)Ikko Eltociear Ashimine1-1/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-8/+39
2024-10-26refactor: Move inference to the shared packageMohamed Bassem1-2/+2
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka1-1/+1
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-0/+3
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-0/+1
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-0/+1
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-2/+8
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem1-13/+32
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+125