Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import io.kotest.matchers.string.shouldNotContain
import kotlinx.coroutines.flow.toList
import kotlinx.coroutines.runBlocking
import org.junit.Before
import org.junit.Ignore
import org.junit.Test

@OptIn(PublicPreviewAPI::class)
Expand Down Expand Up @@ -111,6 +112,7 @@ class TemplateIntegrationTests {
}

@Test
@Ignore("Model is prone to return specifically London instead of New York")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update the coordinates below.

fun testTemplateGroundingCity_googleAI(): Unit = runBlocking {
val model =
FirebaseAI.getInstance(AIModels.app(), GenerativeBackend.googleAI())
Expand Down
Loading