mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 17:56:28 +02:00
adding support for model aliases in archgw (#566)
* adding support for model aliases in archgw * fixed PR based on feedback * removing README. Not relevant for PR --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-136.local>
This commit is contained in:
parent
1e8c81d8f6
commit
4eb2b410c5
12 changed files with 634 additions and 14 deletions
|
|
@ -7,6 +7,7 @@ properties:
|
|||
- v0.1
|
||||
- v0.1.0
|
||||
- 0.1-beta
|
||||
- 0.2.0
|
||||
listeners:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
|
@ -102,6 +103,19 @@ properties:
|
|||
additionalProperties: false
|
||||
required:
|
||||
- model
|
||||
|
||||
model_aliases:
|
||||
type: object
|
||||
patternProperties:
|
||||
"^.*$":
|
||||
type: object
|
||||
properties:
|
||||
target:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- target
|
||||
|
||||
overrides:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue