Skip to content

Commit 73ab350

Browse files
committed
fix: remove unnecessary extra_body parameter in image.py
1 parent 93a09ba commit 73ab350

File tree

1 file changed

+0
-1
lines changed
  • apps/models_provider/impl/aliyun_bai_lian_model_provider/model

1 file changed

+0
-1
lines changed

apps/models_provider/impl/aliyun_bai_lian_model_provider/model/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def new_instance(model_type, model_name, model_credential: Dict[str, object], **
2828
# stream_options={"include_usage": True},
2929
streaming=True,
3030
stream_usage=True,
31-
extra_body={"enable_thinking": True},
3231
)
3332
return chat_tong_yi
3433

0 commit comments

Comments
 (0)