Merge pull request #3333 from kallewoof/202501-deepseek-fix fix: corrects the preset name and adds deepseek v2.5 hash.

513ea97769b2d8fe00012ee623d14dcf262fd183

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +6 -1Showing whitespace changes
public/scripts/chat-templates.js+6 -1
@@ -61,9 +61,14 @@ const hash_derivations = {
61 'Tulu'61 'Tulu'
62 ,62 ,
6363
64 // DeepSeek V2.5
65 '54d400beedcd17f464e10063e0577f6f798fa896266a912d8a366f8a2fcc0bca':
66 'DeepSeek-V2.5'
67 ,
68
64 // DeepSeek R169 // DeepSeek R1
65 'b6835114b7303ddd78919a82e4d9f7d8c26ed0d7dfc36beeb12d524f6144eab1':70 'b6835114b7303ddd78919a82e4d9f7d8c26ed0d7dfc36beeb12d524f6144eab1':
66 'DeepSeek-R1'71 'DeepSeek-V2.5'
67};72};
6873
69const substr_derivations = {74const substr_derivations = {