Skip to content

Commit 9c459c8

Browse files
andrewheardG.Dev.Ssomsak
authored andcommitted
Remove unused tunedModelResourcePrefix constant (google-gemini#121)
1 parent bb9563f commit 9c459c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/GoogleAI/GenerativeModel.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public final class GenerativeModel {
2121
// The prefix for a model resource in the Gemini API.
2222
private static let modelResourcePrefix = "models/"
2323

24-
// The prefix for a tuned model resource in the Gemini API.
25-
private static let tunedModelResourcePrefix = "tunedModels/"
26-
2724
/// The resource name of the model in the backend; has the format "models/model-name".
2825
let modelResourceName: String
2926

0 commit comments

Comments
 (0)