@alexadark/reusable-functions
Advanced tools
+1
-1
| { | ||
| "name": "@alexadark/reusable-functions", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "reusable functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+3
-1
@@ -10,3 +10,5 @@ import { TavilyClient } from "tavily"; | ||
| ) { | ||
| const tavily = new TavilyClient({ apiKey: secrets.chains_tavily }); | ||
| const tavily = new TavilyClient({ | ||
| apiKey: "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", | ||
| }); | ||
| const result = await tavily.search({ | ||
@@ -13,0 +15,0 @@ query, |
4271
0.59%171
1.18%