mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 08:12:48 +02:00
support configurable orchestrator model via orchestration config section
This commit is contained in:
parent
5400b0a2fa
commit
8edf686665
8 changed files with 60 additions and 11 deletions
|
|
@ -416,6 +416,14 @@ properties:
|
|||
model:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
orchestration:
|
||||
type: object
|
||||
properties:
|
||||
llm_provider:
|
||||
type: string
|
||||
model:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
state_storage:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue