mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
feat(assistants/main.py): support arun_thread_stream
This commit is contained in:
parent
f3d78532f9
commit
650ea6d0c3
4 changed files with 25 additions and 35 deletions
|
@ -2534,7 +2534,7 @@ class OpenAIAssistantsAPI(BaseLLM):
|
|||
|
||||
return response
|
||||
|
||||
async def async_run_thread_stream(
|
||||
def async_run_thread_stream(
|
||||
self,
|
||||
client: AsyncOpenAI,
|
||||
thread_id: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue