mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(feat) ollama_chat - add async streaming
This commit is contained in:
parent
0f4b5a1446
commit
c199d4c1fc
1 changed files with 1 additions and 0 deletions
|
@ -7198,6 +7198,7 @@ class CustomStreamWrapper:
|
|||
or self.custom_llm_provider == "text-completion-openai"
|
||||
or self.custom_llm_provider == "huggingface"
|
||||
or self.custom_llm_provider == "ollama"
|
||||
or self.custom_llm_provider == "ollama_chat"
|
||||
or self.custom_llm_provider == "vertex_ai"
|
||||
):
|
||||
print_verbose(f"INSIDE ASYNC STREAMING!!!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue