Skip to content

Commit

Permalink
Remove unused tunedModelResourcePrefix constant (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Mar 15, 2024
1 parent b3af6cc commit 48a0c2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/GoogleAI/GenerativeModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48a0c2f

Please sign in to comment.