Skip to content

Commit 1d1e0ae

Browse files
committed
local deepseek reasoners
1 parent 07ba9d2 commit 1d1e0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

refact-agent/engine/src/known_models.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ pub const KNOWN_MODELS: &str = r####"
764764
},
765765
"deepseek-r1-distill/1.5b/vllm": {
766766
"n_ctx": 32768,
767+
"supports_reasoning": true,
768+
"default_temperature": 0.6,
767769
"supports_scratchpads": {
768770
"PASSTHROUGH": {}
769771
},

0 commit comments

Comments
 (0)