fix: remove streaming parameter from GeminiImage initialization
parent
3b448ddec7
commit
371e4e6a09
|
|
@ -23,6 +23,5 @@ class GeminiImage(MaxKBBaseModel, ChatGoogleGenerativeAI):
|
||||||
return GeminiImage(
|
return GeminiImage(
|
||||||
model=model_name,
|
model=model_name,
|
||||||
google_api_key=model_credential.get('api_key'),
|
google_api_key=model_credential.get('api_key'),
|
||||||
streaming=True,
|
|
||||||
**optional_params,
|
**optional_params,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue