docs: pagers — point hermes link at /v1 (display) → /v1/models (href) so readers see the OpenAI-compatible base URL and can click through to the live model card
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).
This commit is contained in:
parent
3a9389f24b
commit
42ed5c61a7
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
<https://hermes.ai.unturf.com>`_. Source:
|
||||
reference endpoint is `hermes.ai.unturf.com/v1
|
||||
<https://hermes.ai.unturf.com/v1/models>`_ (OpenAI-compatible — the
|
||||
``/v1/models`` link returns the live model card). Source:
|
||||
`git.unturf.com/engineering/unturf/arborist
|
||||
<https://git.unturf.com/engineering/unturf/arborist>`_. Full
|
||||
whitepaper: `unfirehose.com/merkle-providence-reverse-rag.html
|
||||
|
|
|
|||
|
|
@ -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
|
||||
<https://unfirehose.com/merkle-providence-reverse-rag.html>`_), with
|
||||
a free reference inference endpoint at `hermes.ai.unturf.com
|
||||
<https://hermes.ai.unturf.com>`_; arborist also runs against any
|
||||
OpenAI-compatible alternative.
|
||||
a free reference inference endpoint at `hermes.ai.unturf.com/v1
|
||||
<https://hermes.ai.unturf.com/v1/models>`_ (OpenAI-compatible — the
|
||||
``/v1/models`` link returns the live model card); arborist also runs
|
||||
against any OpenAI-compatible alternative.
|
||||
|
||||
What it solves
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue