diff --git a/browser_use/llm/openai/like.py b/browser_use/llm/openai/like.py index c98c52dce..3c6b0f572 100644 --- a/browser_use/llm/openai/like.py +++ b/browser_use/llm/openai/like.py @@ -9,8 +9,7 @@ class ChatOpenAILike(ChatOpenAI): A class for to interact with any provider using the OpenAI API schema. Args: - model (str): The name of the OpenAI model to use. Defaults to "not-provided". - api_key (Optional[str]): The API key to use. Defaults to "not-provided". + model (str): The name of the OpenAI model to use. """ model: str