File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
google/generativeai/vision_models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -277,14 +277,14 @@ def _generate_images(
277
277
Japanese, `"ko"` for Korean, and `"auto"` for automatic language
278
278
detection.
279
279
safety_filter_level: Adds a filter level to Safety filtering. Supported
280
- values are:
281
- * "block_most" : Strongest filtering level, most strict blocking
280
+ values are:
281
+ * "block_most" : Strongest filtering level, most strict blocking
282
282
* "block_some" : Block some problematic prompts and responses
283
283
* "block_few" : Block fewer problematic prompts and responses
284
284
person_generation: Allow generation of people by the model Supported
285
- values are:
285
+ values are:
286
286
* "dont_allow" : Block generation of people
287
- * "allow_adult" : Generate adults, but not children
287
+ * "allow_adult" : Generate adults, but not children
288
288
* "allow_all" : Generate adults and children
289
289
290
290
Returns:
You can’t perform that action at this time.
0 commit comments