mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: remove streaming parameter from GeminiImage initialization
This commit is contained in:
parent
3b448ddec7
commit
371e4e6a09
|
|
@ -23,6 +23,5 @@ class GeminiImage(MaxKBBaseModel, ChatGoogleGenerativeAI):
|
|||
return GeminiImage(
|
||||
model=model_name,
|
||||
google_api_key=model_credential.get('api_key'),
|
||||
streaming=True,
|
||||
**optional_params,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue