Skip to content

Commit 0a06a7a

Browse files
authored
💄 style: fix deepseek-r1-70b-online search tag missing from Search1API (lobehub#7085)
1 parent 16c0cbf commit 0a06a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/aiModels/search1api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const search1apiChatModels: AIChatModelCard[] = [
44
{
55
abilities: {
66
reasoning: true,
7+
search: true,
78
},
89
contextWindowTokens: 131_072,
910
description: 'DeepSeek R1 70B 标准版,支持实时联网搜索,适合需要最新信息的对话和文本处理任务。',
@@ -50,7 +51,7 @@ const search1apiChatModels: AIChatModelCard[] = [
5051
description:
5152
'DeepSeek R1 满血快速版,支持实时联网搜索,结合了 671B 参数的强大能力和更快的响应速度。',
5253
displayName: 'DeepSeek R1 Fast',
53-
enabled: false,
54+
enabled: true,
5455
id: 'deepseek-r1-fast-online',
5556
maxOutput: 16_384,
5657
type: 'chat',

0 commit comments

Comments
 (0)