diff --git a/Sources/GoogleAI/GenerativeModel.swift b/Sources/GoogleAI/GenerativeModel.swift index 4eb5caa..aa14f68 100644 --- a/Sources/GoogleAI/GenerativeModel.swift +++ b/Sources/GoogleAI/GenerativeModel.swift @@ -21,9 +21,6 @@ public final class GenerativeModel { // The prefix for a model resource in the Gemini API. private static let modelResourcePrefix = "models/" - // The prefix for a tuned model resource in the Gemini API. - private static let tunedModelResourcePrefix = "tunedModels/" - /// The resource name of the model in the backend; has the format "models/model-name". let modelResourceName: String