We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472a3e3 commit 88f7ab3Copy full SHA for 88f7ab3
google/generativeai/models.py
@@ -276,7 +276,7 @@ def create_tuned_model(
276
* A `glm.Dataset`, or
277
* An `Iterable` of:
278
*`glm.TuningExample`,
279
- * {'text_input': text_input, 'output': output} dicts, or
+ * `{'text_input': text_input, 'output': output}` dicts
280
* `(text_input, output)` tuples.
281
* A `Mapping` of `Iterable[str]` - use `input_key` and `output_key` to choose which
282
columns to use as the input/output
0 commit comments