Skip to content

Commit 88f7ab3

Browse files
authored
Fix argument description. (#338)
1 parent 472a3e3 commit 88f7ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def create_tuned_model(
276276
* A `glm.Dataset`, or
277277
* An `Iterable` of:
278278
*`glm.TuningExample`,
279-
* {'text_input': text_input, 'output': output} dicts, or
279+
* `{'text_input': text_input, 'output': output}` dicts
280280
* `(text_input, output)` tuples.
281281
* A `Mapping` of `Iterable[str]` - use `input_key` and `output_key` to choose which
282282
columns to use as the input/output

0 commit comments

Comments
 (0)