mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
feat(subagent): carry model routing through DSH SDK
This commit is contained in:
@@ -90,6 +90,7 @@ dsh_home = Path("/absolute/path/to/example-dsh-home").resolve()
|
||||
with DeepSeekHarness(
|
||||
provider="deepseek-official",
|
||||
model="deepseek-v4-flash",
|
||||
reasoning_effort="max",
|
||||
max_tokens=49_152,
|
||||
cwd=str(workspace),
|
||||
dsh_home=str(dsh_home),
|
||||
|
||||
Reference in New Issue
Block a user