Skip to content

Commit 48a0c2f

Browse files
authored
Remove unused tunedModelResourcePrefix constant (#121)
1 parent b3af6cc commit 48a0c2f

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)