From 42ed5c61a7c405e1c99fdbbb4744dbe810c9b4f0 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 14 May 2026 11:33:40 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20pagers=20=E2=80=94=20point=20hermes=20l?= =?UTF-8?q?ink=20at=20/v1=20(display)=20=E2=86=92=20/v1/models=20(href)=20?= =?UTF-8?q?so=20readers=20see=20the=20OpenAI-compatible=20base=20URL=20and?= =?UTF-8?q?=20can=20click=20through=20to=20the=20live=20model=20card?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously linked to the bare domain, which serves a marketing page. The actual OpenAI-compatible endpoint is /v1; /v1/models is the clickable verification (returns the served model card on the live deployment). --- docs/_source/arborist-one-pager.rst | 5 +++-- docs/_source/arborist-two-pager.rst | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/_source/arborist-one-pager.rst b/docs/_source/arborist-one-pager.rst index 549be03..293e994 100644 --- a/docs/_source/arborist-one-pager.rst +++ b/docs/_source/arborist-one-pager.rst @@ -56,8 +56,9 @@ designed around ~10 GB. A Wikipedia-class corpus lands across a handful of shards (the live deployment is four shards, ~38 GB on disk, holding 3.5 M documents / 6.2 M chunks). No GPU for the proof path. Use any OpenAI-compatible inference endpoint; the free -reference endpoint is `hermes.ai.unturf.com -`_. Source: +reference endpoint is `hermes.ai.unturf.com/v1 +`_ (OpenAI-compatible — the +``/v1/models`` link returns the live model card). Source: `git.unturf.com/engineering/unturf/arborist `_. Full whitepaper: `unfirehose.com/merkle-providence-reverse-rag.html diff --git a/docs/_source/arborist-two-pager.rst b/docs/_source/arborist-two-pager.rst index a047719..b9e48e3 100644 --- a/docs/_source/arborist-two-pager.rst +++ b/docs/_source/arborist-two-pager.rst @@ -28,9 +28,10 @@ of the source it came from. It is the reference implementation of the *Merkle Providence Reverse RAG* whitepaper (`unfirehose.com/merkle-providence-reverse-rag.html `_), with -a free reference inference endpoint at `hermes.ai.unturf.com -`_; arborist also runs against any -OpenAI-compatible alternative. +a free reference inference endpoint at `hermes.ai.unturf.com/v1 +`_ (OpenAI-compatible — the +``/v1/models`` link returns the live model card); arborist also runs +against any OpenAI-compatible alternative. What it solves --------------