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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user