mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
removed confusing docstrings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user