Skip to content

Commit

Permalink
fix: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lausuarez02 committed Dec 28, 2024
1 parent 4705c7e commit ec0ab54
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions farcaster-langchain/examples/chatbot/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down

0 comments on commit ec0ab54

Please sign in to comment.