removed confusing docstrings

This commit is contained in:
Gregor Žunič
2025-06-24 14:13:41 +02:00
parent 7a3f8ad4de
commit 514b207e8f

View File

@@ -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