We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d84c55 commit 885c8e3Copy full SHA for 885c8e3
1 file changed
examples/tools/tools.web-search.py
@@ -17,9 +17,7 @@ def main():
17
langbase_api_key = os.getenv("LANGBASE_API_KEY")
18
19
# Initialize the client
20
- search_api_key = os.environ.get(
21
- "EXA_API_KEY", "your-exa-key"
22
- ) # Optional: search provider API key
+ search_api_key = os.getenv("EXA_API_KEY")
23
24
25
lb = Langbase(api_key=langbase_api_key)
0 commit comments