feat(Tavily): update sample configuration for Tavily integration

This commit is contained in:
OTYAK
2025-04-08 10:41:00 +01:00
parent 2c56aa3cb3
commit 54c71e33e0
9 changed files with 13 additions and 124 deletions

View File

@@ -906,7 +906,7 @@ const Page = () => {
</p>
<Input
type="text"
placeholder="Tavily API Key"
placeholder="Tavily API key"
value={config.tavilyApiKey || ''}
isSaving={savingStates['tavilyApiKey']}
onChange={(e) => {