mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: should_fake_stream
This commit is contained in:
parent
3df0fb0b45
commit
b2aa24f938
1 changed files with 0 additions and 5 deletions
|
|
@ -1439,11 +1439,6 @@ class AmazonConverseConfig(BaseConfig):
|
|||
if stream is True:
|
||||
if model is not None:
|
||||
###################################################################
|
||||
# GPT-OSS models do not support streaming
|
||||
###################################################################
|
||||
if "gpt-oss" in model:
|
||||
return True
|
||||
###################################################################
|
||||
# AI21 models do not support streaming
|
||||
###################################################################
|
||||
if "ai21" in model:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue