fixing the build scripts for documentation (#711)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
Salman Paracha 2026-01-28 18:55:35 -08:00 committed by GitHub
parent 56b3246f30
commit 2a36dd7376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -737,7 +737,7 @@ Automatically configure all available models from a provider using wildcard patt
- Expands at config load time to all models in Plano's provider registry
- Creates entries for both canonical (``openai/gpt-4``) and short names (``gpt-4``)
- Enables the ``/v1/models`` endpoint to list all available models
- Enables the ``/models/list`` endpoint to list all available models
- **View complete model list**: `provider_models.yaml <../../includes/provider_models.yaml>`_
2. **Unknown/Custom Providers** (e.g., ``custom-provider/*``):
@ -745,7 +745,7 @@ Automatically configure all available models from a provider using wildcard patt
- Stores as a wildcard pattern for runtime matching
- Requires ``base_url`` and ``provider_interface`` configuration
- Matches model requests dynamically (e.g., ``custom-provider/any-model-name``)
- Does not appear in ``/v1/models`` endpoint
- Does not appear in ``/models/list`` endpoint
**Overriding Wildcard Models:**