We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tunedModelResourcePrefix
1 parent b3af6cc commit 48a0c2fCopy full SHA for 48a0c2f
Sources/GoogleAI/GenerativeModel.swift
@@ -21,9 +21,6 @@ public final class GenerativeModel {
21
// The prefix for a model resource in the Gemini API.
22
private static let modelResourcePrefix = "models/"
23
24
- // The prefix for a tuned model resource in the Gemini API.
25
- private static let tunedModelResourcePrefix = "tunedModels/"
26
-
27
/// The resource name of the model in the backend; has the format "models/model-name".
28
let modelResourceName: String
29
0 commit comments