Skip to content

Commit

Permalink
Remove unused tunedModelResourcePrefix constant (google-gemini#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored and G.Dev.Ssomsak committed Jun 21, 2024
1 parent b8ebe9f commit 6f24a5c
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 6f24a5c

Please sign in to comment.