feat(councils): add preflight, schema-driven outputs, and artifact reporting
This commit is contained in:
+4
-3
@@ -153,9 +153,10 @@ models:
|
||||
# 4. Global fallback_chain (tried in order)
|
||||
#
|
||||
default:
|
||||
provider: anthropic
|
||||
model: claude-sonnet-4-20250514
|
||||
# auth_mode: auto # auto | api_key | oauth (provider-specific)
|
||||
provider: openai
|
||||
model: gpt-5.2
|
||||
auth_mode: api_key # auto | api_key | oauth (provider-specific)
|
||||
api_key: ${OPENAI_API_KEY}
|
||||
# use_oauth: false # compat alias for auth_mode: oauth
|
||||
# api_keys: ["${ANTHROPIC_API_KEY_PRIMARY}", "${ANTHROPIC_API_KEY_SECONDARY}"] # Optional rotation pool
|
||||
# supports_audio: false # Override native audio detection per tier
|
||||
|
||||
Reference in New Issue
Block a user