feat: add support for Firecrawl
This commit is contained in:
13
i18n/en.json
13
i18n/en.json
@ -28,10 +28,17 @@
|
||||
},
|
||||
"webSearch": {
|
||||
"provider": "Web Search Provider",
|
||||
"providerHelp": "Currently only supports Tavily. It provides lots of free quota (1000 credits / month).\nGet one API key at {0}.",
|
||||
"apiKey": "API Key",
|
||||
"queryLanguage": "Query Language",
|
||||
"queryLanguageHelp": "The language of the search query. Useful if you want to get search results in a different language.\nWhen writing conclusions, the AI model will still use the language same as the web UI."
|
||||
"queryLanguageHelp": "The language of the search query. Useful if you want to get search results in a different language.\nWhen writing conclusions, the AI model will still use the language same as the web UI.",
|
||||
"providers": {
|
||||
"tavily": {
|
||||
"help": "Similar to Firecrawl, but provides 1000 free credits / month. Get one API key at {0}."
|
||||
},
|
||||
"firecrawl": {
|
||||
"help": "Get one API key at {0}."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"researchTopic": {
|
||||
@ -92,4 +99,4 @@
|
||||
"refresh": "Refresh page",
|
||||
"dismiss": "Dismiss"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
17
i18n/zh.json
17
i18n/zh.json
@ -28,12 +28,17 @@
|
||||
},
|
||||
"webSearch": {
|
||||
"provider": "联网搜索服务",
|
||||
"providerHelp": "目前仅支持 Tavily,每个月可以免费搜索 1000 次。\n请在 {0} 生成一个 API 密钥。",
|
||||
"apiKey": "API 密钥",
|
||||
"queryLanguage": "使用语言",
|
||||
"queryLanguageHelp": "修改搜索词的语言。如果你想获取不同的搜索结果(比如查询高质量的英文资料),可以在这里修改。\nAI 模型在总结的时候仍然会使用当前网页的语言。",
|
||||
"nodeFailed": "搜索失败",
|
||||
"nodeFailedToast": "搜索步骤 “{label}” 失败"
|
||||
"providers": {
|
||||
"firecrawl": {
|
||||
"help": "在 {0} 获取一个 API key。"
|
||||
},
|
||||
"tavily": {
|
||||
"help": "和 Firecrawl 类似,不过提供了每月 1000 次免费搜索。在 {0} 获取一个 API key。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"researchTopic": {
|
||||
@ -69,7 +74,9 @@
|
||||
"researchGoal": "研究目标",
|
||||
"visitedUrls": "访问网址",
|
||||
"learnings": "结论",
|
||||
"generating": "生成中..."
|
||||
"generating": "生成中...",
|
||||
"nodeFailed": "搜索失败",
|
||||
"nodeFailedToast": "搜索步骤 “{label}” 失败"
|
||||
},
|
||||
"researchReport": {
|
||||
"title": "4. 研究报告",
|
||||
@ -92,4 +99,4 @@
|
||||
"refresh": "刷新",
|
||||
"dismiss": "忽略"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user