From 514b207e8f78f5fd302116312d6e9e87de579e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20=C5=BDuni=C4=8D?= <36313686+gregpr07@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:13:41 +0200 Subject: [PATCH] removed confusing docstrings --- browser_use/llm/openai/like.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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