feat: support custon endpint for Firecrawl
This commit is contained in:
@@ -40,11 +40,12 @@
|
||||
"help": "Similar to Firecrawl, but provides 1000 free credits / month. Get one API key at {0}."
|
||||
},
|
||||
"firecrawl": {
|
||||
"help": "Get one API key at {0}."
|
||||
"help": "Get one API key at {0} if you are using the official service."
|
||||
}
|
||||
},
|
||||
"concurrencyLimitHelp": "Limit the concurrent search tasks. This is useful to avoid overloading the search provider and causing requests to fail.",
|
||||
"concurrencyLimit": "Concurrency Limit"
|
||||
"concurrencyLimit": "Concurrency Limit",
|
||||
"apiBase": "API Base URL"
|
||||
}
|
||||
},
|
||||
"researchTopic": {
|
||||
@@ -74,7 +75,6 @@
|
||||
"clickToView": "Click a child node to view details.",
|
||||
"nodeDetails": "Node Details",
|
||||
"startNode": {
|
||||
"label": "Start",
|
||||
"description": "This is the beginning of your deep research journey!"
|
||||
},
|
||||
"researchGoal": "Research Goal",
|
||||
@@ -106,4 +106,4 @@
|
||||
"refresh": "Refresh page",
|
||||
"dismiss": "Dismiss"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,14 +37,15 @@
|
||||
"queryLanguageHelp": "修改搜索词的语言。如果你想获取不同的搜索结果(比如查询高质量的英文资料),可以在这里修改。\nAI 模型在总结的时候仍然会使用当前网页的语言。",
|
||||
"providers": {
|
||||
"firecrawl": {
|
||||
"help": "在 {0} 获取一个 API key。"
|
||||
"help": "如果你使用的是官方服务,请在 {0} 获取 API key。"
|
||||
},
|
||||
"tavily": {
|
||||
"help": "和 Firecrawl 类似,不过提供了每月 1000 次免费搜索。在 {0} 获取一个 API key。"
|
||||
}
|
||||
},
|
||||
"concurrencyLimit": "并发数",
|
||||
"concurrencyLimitHelp": "限制同时进行的搜索数量。这样可以避免被 API 服务限流,导致请求失败。"
|
||||
"concurrencyLimitHelp": "限制同时进行的搜索数量。这样可以避免被 API 服务限流,导致请求失败。",
|
||||
"apiBase": "API Base URL"
|
||||
}
|
||||
},
|
||||
"researchTopic": {
|
||||
@@ -74,7 +75,6 @@
|
||||
"clickToView": "点击下面的节点查看搜索详情。",
|
||||
"nodeDetails": "节点详情",
|
||||
"startNode": {
|
||||
"label": "Start",
|
||||
"description": "这是本次研究的起点"
|
||||
},
|
||||
"researchGoal": "研究目标",
|
||||
@@ -106,4 +106,4 @@
|
||||
"refresh": "刷新",
|
||||
"dismiss": "忽略"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user