Commit Graph

6 Commits

Author SHA1 Message Date
wmantly bd9f058f26 Use official ollama npm client for all LLM calls
Replaces hand-rolled fetch to /api/chat with the ollama@0.6.3 package.

The package supplies proper Accept/Content-Type/User-Agent headers and

auto-handles the Ollama protocol, fixing the CDN 403s Node's bare fetch

gets against ollama.com during filing.

Both organize and search LLM ranking now route through controller/ollama.js.

Signed-off-by: William Mantly <wmantly@gmail.com>
2026-07-20 12:43:25 -04:00
wmantly e9a376925d jq-repeat update 2026-07-19 00:25:04 -04:00
wmantly abc547c642 lots... 2024-01-05 22:06:34 -05:00
wmantly 789a51c6e2 mvp 2020-02-16 12:17:20 -05:00
wmantly 249c9cb1f3 basic project 2020-02-16 03:01:30 -05:00
wmantly e7a8c9a11d started 2020-02-15 14:58:52 -05:00