Skip to content

Commit 7c9450c

Browse files
committed
Update model name
1 parent 48a92cd commit 7c9450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebaseai/FirebaseAIExample/Features/FunctionCalling/ViewModels/FunctionCallingViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class FunctionCallingViewModel: ObservableObject {
5858

5959
// create a generative model with sample data
6060
model = firebaseService.generativeModel(
61-
modelName: sample?.modelName ?? "gemini-2.0-flash-001",
61+
modelName: sample?.modelName ?? "gemini-2.5-flash-lite",
6262
tools: sample?.tools,
6363
systemInstruction: sample?.systemInstruction
6464
)

0 commit comments

Comments
 (0)