aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/customFetch.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan2025-02-161-0/+13
* Add configurable fetch timeout for Ollama client * Worker service needs access to the .env file * repair typescript types * Update customFetch.ts * update the config docs --------- Co-authored-by: sbarbett <shane@barbetta.me> Co-authored-by: Mohamed Bassem <me@mbassem.com>