From ec0ab5476d11193a6545e0e900c2be8d574596db Mon Sep 17 00:00:00 2001 From: Lautaro Date: Sat, 28 Dec 2024 18:25:31 -0300 Subject: [PATCH] fix: remove useless comments --- farcaster-langchain/examples/chatbot/chatbot.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/farcaster-langchain/examples/chatbot/chatbot.py b/farcaster-langchain/examples/chatbot/chatbot.py index 0a991063..a2f5c0f7 100644 --- a/farcaster-langchain/examples/chatbot/chatbot.py +++ b/farcaster-langchain/examples/chatbot/chatbot.py @@ -16,14 +16,6 @@ def initialize_agent(): """Initialize the agent with CDP Agentkit Farcaster Langchain.""" print("Initializing agent...") - - # Check for required environment variables - # if not os.getenv("OPENAI_API_KEY"): - # raise ValueError("OPENAI_API_KEY environment variable is not set") - # if not os.getenv("NEYNAR_API_KEY"): - # raise ValueError("NEYNAR_API_KEY environment variable is not set") - # if not os.getenv("NEYNAR_SIGNER_UUID"): - # raise ValueError("NEYNAR_SIGNER_UUID environment variable is not set") # Initialize LLM print("Initializing LLM...")