mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Merge pull request #3996 from BerriAI/litellm_azure_assistants_api_support
feat(assistants/main.py): Azure Assistants API support
This commit is contained in:
commit
5ee3b0f30f
8 changed files with 1390 additions and 87 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue