Skip to content

Commit 371e4e6

Browse files
committed
fix: remove streaming parameter from GeminiImage initialization
1 parent 3b448dd commit 371e4e6

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ def new_instance(model_type, model_name, model_credential: Dict[str, object], **
2323
return GeminiImage(
2424
model=model_name,
2525
google_api_key=model_credential.get('api_key'),
26-
streaming=True,
2726
**optional_params,
2827
)

0 commit comments

Comments
 (0)