(feat) add cloudflare streaming

This commit is contained in:
ishaan-jaff 2023-12-29 12:01:26 +05:30
parent a999e80b46
commit ee682be093
2 changed files with 39 additions and 1 deletions

View file

@ -1600,7 +1600,7 @@ def completion(
response = CustomStreamWrapper(
response,
model,
custom_llm_provider="anthropic",
custom_llm_provider="cloudflare",
logging_obj=logging,
)