mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
25 lines
741 B
YAML
25 lines
741 B
YAML
# Keyless context-overflow composition for the assembled compaction snapshot.
|
|
- id: base
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- id: compaction-basic
|
|
name: '@deepseek-ai/dsh-compaction-basic'
|
|
config:
|
|
thresholdRatio: 0.99
|
|
retainTokens: 20
|
|
maxTokens: 32
|
|
- insert:
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
config:
|
|
providers:
|
|
- id: deepseek-official
|
|
models:
|
|
- id: deepseek-v4-flash
|
|
contextWindow: 128000
|