updated provider_models.json to yaml, added that file to our docs for reference

This commit is contained in:
Salman Paracha 2026-01-27 15:38:14 -08:00
parent 5984e2c594
commit 1d5c8e05ac
13 changed files with 406 additions and 360 deletions

View file

@ -1,6 +1,9 @@
FROM sphinxdoc/sphinx
WORKDIR /docs
ADD requirements.txt /docs
ADD docs/requirements.txt /docs
RUN python3 -m pip install -r requirements.txt
RUN pip freeze
# Copy provider_models.yaml from the repo for documentation
COPY crates/hermesllm/src/bin/provider_models.yaml /docs/provider_models.yaml