Skip to content

Commit

Permalink
Fix argument description.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed May 14, 2024
1 parent efead6b commit 543aaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def create_tuned_model(
* A `glm.Dataset`, or
* An `Iterable` of:
*`glm.TuningExample`,
* {'text_input': text_input, 'output': output} dicts, or
* `{'text_input': text_input, 'output': output}` dicts
* `(text_input, output)` tuples.
* A `Mapping` of `Iterable[str]` - use `input_key` and `output_key` to choose which
columns to use as the input/output
Expand Down

0 comments on commit 543aaa1

Please sign in to comment.