mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
19 lines
644 B
YAML
19 lines
644 B
YAML
# Replay counterpart to goal.cordis.yml. It includes cordis.yml directly because
|
|
# a config patch cannot target an entry behind a nested include, then restates
|
|
# the goal overlay while replacing the live model with keyless replay.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: goal
|
|
name: '@deepseek-ai/dsh-goal'
|
|
- id: tool-goal
|
|
name: '@deepseek-ai/dsh-tool-goal'
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|