mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(openai.py): fix linting error
This commit is contained in:
parent
3f8062a0df
commit
e7669652b5
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@ class OpenAIAssistantsAPI(BaseLLM):
|
|||
instructions: Optional[str],
|
||||
metadata: Optional[object],
|
||||
model: Optional[str],
|
||||
stream: Optional[Literal[False]] | Literal[True],
|
||||
stream: Optional[bool],
|
||||
tools: Optional[Iterable[AssistantToolParam]],
|
||||
api_key: Optional[str],
|
||||
api_base: Optional[str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue