mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
merge origin/main, add DigitalOcean alongside Vercel and OpenRouter
This commit is contained in:
commit
013f377ddf
138 changed files with 17041 additions and 3335 deletions
|
|
@ -192,6 +192,7 @@ properties:
|
|||
- gemini
|
||||
- vercel
|
||||
- openrouter
|
||||
- digitalocean
|
||||
routing_preferences:
|
||||
type: array
|
||||
items:
|
||||
|
|
@ -242,6 +243,7 @@ properties:
|
|||
- gemini
|
||||
- vercel
|
||||
- openrouter
|
||||
- digitalocean
|
||||
routing_preferences:
|
||||
type: array
|
||||
items:
|
||||
|
|
@ -280,6 +282,9 @@ properties:
|
|||
type: boolean
|
||||
use_agent_orchestrator:
|
||||
type: boolean
|
||||
disable_signals:
|
||||
type: boolean
|
||||
description: "Disable agentic signal analysis (frustration, repetition, escalation, etc.) on LLM responses to save CPU. Default false."
|
||||
upstream_connect_timeout:
|
||||
type: string
|
||||
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue