File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const huggingfaceChatModels: AIChatModelCard[] = [
5
5
contextWindowTokens : 32_768 ,
6
6
description : 'Mistral AI的指令调优模型' ,
7
7
displayName : 'Mistral 7B Instruct v0.3' ,
8
- enabled : true ,
9
8
id : 'mistralai/Mistral-7B-Instruct-v0.3' ,
10
9
type : 'chat' ,
11
10
} ,
@@ -34,6 +33,7 @@ const huggingfaceChatModels: AIChatModelCard[] = [
34
33
contextWindowTokens : 32_768 ,
35
34
description : 'Qwen QwQ 是由 Qwen 团队开发的实验研究模型,专注于提升AI推理能力。' ,
36
35
displayName : 'QwQ 32B Preview' ,
36
+ enabled : true ,
37
37
id : 'Qwen/QwQ-32B-Preview' ,
38
38
type : 'chat' ,
39
39
} ,
@@ -49,6 +49,13 @@ const huggingfaceChatModels: AIChatModelCard[] = [
49
49
id : 'NousResearch/Hermes-3-Llama-3.1-8B' ,
50
50
type : 'chat' ,
51
51
} ,
52
+ {
53
+ contextWindowTokens : 16_384 ,
54
+ displayName : 'DeepSeek R1' ,
55
+ enabled : true ,
56
+ id : 'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B' ,
57
+ type : 'chat' ,
58
+ } ,
52
59
] ;
53
60
54
61
export const allModels = [ ...huggingfaceChatModels ] ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const HuggingFace: ModelProviderCard = {
6
6
contextWindowTokens : 32_768 ,
7
7
description : 'Mistral AI的指令调优模型' ,
8
8
displayName : 'Mistral 7B Instruct v0.3' ,
9
- enabled : true ,
10
9
id : 'mistralai/Mistral-7B-Instruct-v0.3' ,
11
10
} ,
12
11
{
@@ -31,6 +30,7 @@ const HuggingFace: ModelProviderCard = {
31
30
contextWindowTokens : 32_768 ,
32
31
description : 'Qwen QwQ 是由 Qwen 团队开发的实验研究模型,专注于提升AI推理能力。' ,
33
32
displayName : 'QwQ 32B Preview' ,
33
+ enabled : true ,
34
34
id : 'Qwen/QwQ-32B-Preview' ,
35
35
} ,
36
36
{
@@ -43,6 +43,12 @@ const HuggingFace: ModelProviderCard = {
43
43
displayName : 'Hermes 3 Llama 3.1 8B' ,
44
44
id : 'NousResearch/Hermes-3-Llama-3.1-8B' ,
45
45
} ,
46
+ {
47
+ contextWindowTokens : 16_384 ,
48
+ displayName : 'DeepSeek R1' ,
49
+ enabled : true ,
50
+ id : 'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B' ,
51
+ } ,
46
52
] ,
47
53
checkModel : 'mistralai/Mistral-7B-Instruct-v0.2' ,
48
54
description :
You can’t perform that action at this time.
0 commit comments