-
Notifications
You must be signed in to change notification settings - Fork 147
GenerateImagesConfig AddWatermark should be present always #714
Copy link
Copy link
Open
Labels
api:gemini-apiIssues related to Gemini APIIssues related to Gemini APIpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api:gemini-apiIssues related to Gemini APIIssues related to Gemini APIpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
AddWatermarkcurrently hasomitempty, which in turns makes so that the API is called without the field set tofalse. Since the watermarks are enable by default, there is no way we can disable it in the configThis is specially problematic if you call it with a
seedfor example. Some models do not support having a watermark together with a seed.Environment details
Steps to reproduce
GenerateImagesConfig.AddWatermarktofalse