fix: corrects the preset name and adds deepseek v2.5 hash.
Signed| @@ -61,9 +61,14 @@ const hash_derivations = { | ||
| 61 | 61 | 'Tulu' |
| 62 | 62 | , |
| 63 | 63 | |
| 64 | + // DeepSeek V2.5 | |
| 65 | + '54d400beedcd17f464e10063e0577f6f798fa896266a912d8a366f8a2fcc0bca': | |
| 66 | + 'DeepSeek-V2.5' | |
| 67 | + , | |
| 68 | + | |
| 64 | 69 | // DeepSeek R1 |
| 65 | 70 | 'b6835114b7303ddd78919a82e4d9f7d8c26ed0d7dfc36beeb12d524f6144eab1': |
| 66 | 71 | 'DeepSeek-R1V2.5' |
| 67 | 72 | }; |
| 68 | 73 | |
| 69 | 74 | const substr_derivations = { |