Skip to content

Commit 885c8e3

Browse files
committed
👌 IMPROVE: web search tools
1 parent 8d84c55 commit 885c8e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/tools/tools.web-search.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ def main():
1717
langbase_api_key = os.getenv("LANGBASE_API_KEY")
1818

1919
# Initialize the client
20-
search_api_key = os.environ.get(
21-
"EXA_API_KEY", "your-exa-key"
22-
) # Optional: search provider API key
20+
search_api_key = os.getenv("EXA_API_KEY")
2321

2422
# Initialize the client
2523
lb = Langbase(api_key=langbase_api_key)

0 commit comments

Comments
 (0)