YashPatawari

Results 2 issues of YashPatawari

### Bug Description I created a custom component which calls an external API with all necessary auth variables defined but I get either an API key error when I use...

bug

### Bug Description I am using the code given in the quickstart: ``` from langchain_openai import ChatOpenAI from browser_use import Agent llm = ChatOpenAI(model="gpt-4o", openai_api_key=openai_key) agent = Agent(task=task, llm=llm) result...

bug