mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
20 lines
615 B
YAML
20 lines
615 B
YAML
# Keyless replay keeps the persistent-tool composition intact and replaces
|
|
# only its live DeepSeek adapter with the fixture-backed provider.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./persistent-tools.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
|
|
name: DeepSeek
|
|
models:
|
|
- id: deepseek-v4-flash
|