| 1234567891011121314151617181920 |
- # 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
|