forked from phoenix/litellm-mirror
fix(openai.py): fix linting error
This commit is contained in:
parent
5406205e4b
commit
f2bf6411d8
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