Skip to content

Commit b3c677d

Browse files
authored
[Firebase AI] Use 2.5-flash-lite for URLContext test
1 parent ba8674d commit b3c677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ struct GenerateContentIntegrationTests {
430430
)
431431
func generateContent_withURLContext_succeeds(_ config: InstanceConfig) async throws {
432432
let model = FirebaseAI.componentInstance(config).generativeModel(
433-
modelName: ModelNames.gemini2_5_Flash,
433+
modelName: ModelNames.gemini2_5_FlashLite,
434434
tools: [.urlContext()]
435435
)
436436
let prompt = """

0 commit comments

Comments
 (0)