mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
feat(sagemaker.py): aioboto3 streaming support
This commit is contained in:
parent
23c410a548
commit
5de569fcb1
4 changed files with 80 additions and 13 deletions
|
@ -8691,6 +8691,8 @@ class CustomStreamWrapper:
|
|||
or self.custom_llm_provider == "ollama"
|
||||
or self.custom_llm_provider == "ollama_chat"
|
||||
or self.custom_llm_provider == "vertex_ai"
|
||||
or self.custom_llm_provider == "sagemaker"
|
||||
or self.custom_llm_provider in litellm.openai_compatible_endpoints
|
||||
):
|
||||
print_verbose(
|
||||
f"value of async completion stream: {self.completion_stream}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue