This commit is contained in:
Krrish Dholakia 2024-06-03 18:47:05 -07:00
parent 93c9ea160d
commit 7163bce37b
8 changed files with 1382 additions and 91 deletions

View file

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