We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba9dd6 commit 2771192Copy full SHA for 2771192
src/demo/cookbooks/anime_chatbot_agent/animeChatBot.py
@@ -189,7 +189,7 @@ def anime_web_node(state: ChatState) -> ChatState:
189
"""
190
Fetch recent anime news articles using the Tavily web search tool.
191
192
- TAVILY_API_KEY = "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"
+ TAVILY_API_KEY = os.getenv("TAVILY_API_KEY")
193
os.environ["TAVILY_API_KEY"] = TAVILY_API_KEY
194
195
query = state.get("refined_query", state["query"])
0 commit comments