Skip to content

Commit 2c37b7e

Browse files
review done, accepted
1 parent da03a10 commit 2c37b7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mscc.GenerativeAI/GenerativeModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ internal GenerativeModel(CachedContent cachedContent,
239239
/// <param name="safetySettings">Optional. A list of unique SafetySetting instances for blocking unsafe content.</param>
240240
/// <param name="logger">Optional. Logger instance used for logging</param>
241241
/// <exception cref="ArgumentNullException">Thrown when <paramref name="tuningJob"/> is null.</exception>
242-
// Todo: Review parameters to configure model.
243242
internal GenerativeModel(TuningJob tuningJob,
244243
GenerationConfig? generationConfig = null,
245244
List<SafetySetting>? safetySettings = null,

0 commit comments

Comments
 (0)