Skip to content

Commit b58308a

Browse files
committed
Format.
Change-Id: Ib65044811345a97078723bb74092913007f517e6
1 parent 3fcf824 commit b58308a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google/generativeai/vision_models/_vision_models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,14 @@ def _generate_images(
277277
Japanese, `"ko"` for Korean, and `"auto"` for automatic language
278278
detection.
279279
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
282282
* "block_some" : Block some problematic prompts and responses
283283
* "block_few" : Block fewer problematic prompts and responses
284284
person_generation: Allow generation of people by the model Supported
285-
values are:
285+
values are:
286286
* "dont_allow" : Block generation of people
287-
* "allow_adult" : Generate adults, but not children
287+
* "allow_adult" : Generate adults, but not children
288288
* "allow_all" : Generate adults and children
289289
290290
Returns:

0 commit comments

Comments
 (0)