mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
don't include internal models in /v1/models endpoint (#685)
This commit is contained in:
parent
c1c808feb2
commit
ab391f96c7
3 changed files with 49 additions and 2 deletions
|
|
@ -91,10 +91,12 @@ model_providers:
|
|||
model: ministral-3b-latest
|
||||
name: mistral/ministral-3b-latest
|
||||
provider_interface: mistral
|
||||
- model: Arch-Function
|
||||
- internal: true
|
||||
model: Arch-Function
|
||||
name: arch-function
|
||||
provider_interface: arch
|
||||
- model: Plano-Orchestrator
|
||||
- internal: true
|
||||
model: Plano-Orchestrator
|
||||
name: plano-orchestrator
|
||||
provider_interface: arch
|
||||
prompt_targets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue