mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat(assistants/main.py): Closes https://github.com/BerriAI/litellm/issues/3993
This commit is contained in:
parent
93c9ea160d
commit
7163bce37b
8 changed files with 1382 additions and 91 deletions
|
@ -1905,7 +1905,7 @@ class Router:
|
|||
model: Optional[str] = None,
|
||||
stream: Optional[bool] = None,
|
||||
tools: Optional[Iterable[AssistantToolParam]] = None,
|
||||
client: Optional[AsyncOpenAI] = None,
|
||||
client: Optional[Any] = None,
|
||||
**kwargs,
|
||||
) -> Run:
|
||||
return await litellm.arun_thread(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue