mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
fixing the build scripts for documentation (#711)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
This commit is contained in:
parent
56b3246f30
commit
2a36dd7376
2 changed files with 4 additions and 2 deletions
|
|
@ -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:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue