fix: should_fake_stream

This commit is contained in:
Ishaan Jaffer 2025-10-17 11:17:42 -07:00
parent 3df0fb0b45
commit b2aa24f938

View file

@ -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: