mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 09:16:24 +02:00
Add the ability to use LLM Providers from the Arch config (#112)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
1b57a49c9d
commit
8ea917aae5
16 changed files with 295 additions and 210 deletions
|
|
@ -38,6 +38,8 @@ properties:
|
|||
properties:
|
||||
name:
|
||||
type: string
|
||||
provider:
|
||||
type: string
|
||||
access_key:
|
||||
type: string
|
||||
model:
|
||||
|
|
@ -47,6 +49,7 @@ properties:
|
|||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
- provider
|
||||
- access_key
|
||||
- model
|
||||
overrides:
|
||||
|
|
@ -112,7 +115,7 @@ properties:
|
|||
items:
|
||||
type: object
|
||||
properties:
|
||||
provider:
|
||||
model:
|
||||
type: string
|
||||
selector:
|
||||
type: object
|
||||
|
|
@ -138,7 +141,7 @@ properties:
|
|||
- unit
|
||||
additionalProperties: false
|
||||
required:
|
||||
- provider
|
||||
- model
|
||||
- selector
|
||||
- limit
|
||||
additionalProperties: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue