Merge pull request #3996 from BerriAI/litellm_azure_assistants_api_support

feat(assistants/main.py): Azure Assistants API support
This commit is contained in:
Krish Dholakia 2024-06-03 21:05:03 -07:00 committed by GitHub
commit 5ee3b0f30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1390 additions and 87 deletions

View file

@ -1910,7 +1910,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(