docs(models): register the nous provider so the Models page lists it#2128
Open
r266-tech wants to merge 1 commit into
Open
docs(models): register the nous provider so the Models page lists it#2128r266-tech wants to merge 1 commit into
r266-tech wants to merge 1 commit into
Conversation
vectorize-io#2102 added the native Nous Portal provider to config.py PROVIDER_DEFAULT_MODELS and the models.mdx prose, but not to hindsight-docs/src/data/llmProviders.json -- the single source of truth that renders the Models page provider grid, default-models, and capabilities tables -- so Nous is documented in prose but invisible on the canonical Models grid. Add the nous entry and regenerate the CI-enforced skill mirror via scripts/generate-docs-skill.sh. Same pattern as vectorize-io#1911 (fireworks).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#2102 added the native Nous Portal provider to
config.pyPROVIDER_DEFAULT_MODELSand themodels.mdxprose, but not tohindsight-docs/src/data/llmProviders.json— the single source of truth that renders the Models page provider grid, default-models table, and capabilities table. So Nous is documented in prose yet absent from the canonical Models grid/tables.This adds the
nousentry (Nous Portal,openai-compatibleicon, defaultdeepseek/deepseek-v4-flashmatchingconfig.py) and regenerates the CI-enforced skill mirror withscripts/generate-docs-skill.sh(no capability flags —NousLLMis a bareOpenAICompatibleLLM, same as deepseek/opencode-go). Same pattern as #1911 (fireworks).