This commit is contained in:
Spherrrical 2026-06-24 17:14:14 +00:00
parent 0792c8bf9f
commit 3f910c4943
33 changed files with 41 additions and 41 deletions

View file

@ -1,6 +1,6 @@
Plano Docs v0.4.25
llms.txt (auto-generated)
Generated (UTC): 2026-06-17T18:26:18.628328+00:00
Generated (UTC): 2026-06-24T17:14:10.499782+00:00
Table of contents
- Agents (concepts/agents)
@ -1402,14 +1402,14 @@ model_providers:
- model: anthropic/*
access_key: $ANTHROPIC_API_KEY
- model: anthropic/claude-sonnet-4-20250514
- model: anthropic/claude-sonnet-4-6
access_key: $ANTHROPIC_PROD_API_KEY
routing_preferences:
- name: code_generation
description: generating new code snippets, functions, or boilerplate based on user prompts or requirements
models:
- anthropic/claude-sonnet-4-20250514
- anthropic/claude-sonnet-4-6
DeepSeek
@ -2112,7 +2112,7 @@ model_providers:
# Override specific model with custom settings
# This model will NOT be included in the wildcard expansion above
- model: anthropic/claude-sonnet-4-20250514
- model: anthropic/claude-sonnet-4-6
access_key: $ANTHROPIC_PROD_API_KEY
# Another specific override
@ -2123,7 +2123,7 @@ routing_preferences:
- name: code_generation
description: generating new code snippets, functions, or boilerplate based on user prompts or requirements
models:
- anthropic/claude-sonnet-4-20250514
- anthropic/claude-sonnet-4-6
Custom Provider Wildcards: