21 lines
693 B
YAML
21 lines
693 B
YAML
# Keyless replay keeps the complete minimal composition intact and replaces
|
|
# only its live DeepSeek adapter with the fixture-backed provider. The replay
|
|
# catalog claims the same route initialized by the SDK.
|
|
- id: base
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
|
config:
|
|
path: ./minimal.cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
config:
|
|
providers:
|
|
- id: deepseek-official
|
|
name: DeepSeek
|
|
models:
|
|
- id: deepseek-v4-flash
|