mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
4 lines
95 B
SQL
4 lines
95 B
SQL
UPDATE sessions
|
|
SET origin = 'external', delegation_depth = -1, seed_length = -1
|
|
WHERE id = ?;
|