Skip to content

Commit 8a11629

Browse files
Update MenuScreen.kt
1 parent 63cdc16 commit 8a11629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/google/ai/sample/MenuScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ fun MenuScreen(
275275
.padding(horizontal = 16.dp, vertical = 8.dp)
276276
) {
277277
val annotatedText = buildAnnotatedString {
278-
append("There are rate limits for free use of Gemini models. The less powerful the models are, the more you can use them. The limits range from a maximum of 10 to 30 calls per minute. After each screenshot (every 2-3 seconds) the LLM must respond again. More information is available at ")
278+
append("Preview models could be deactivated by Google without being handed over to the final release. There are rate limits for free use of Gemini models. The less powerful the models are, the more you can use them. The limits range from a maximum of 10 to 30 calls per minute. After each screenshot (every 2-3 seconds) the LLM must respond again. More information is available at ")
279279

280280
pushStringAnnotation(tag = "URL", annotation = "https://ai.google.dev/gemini-api/docs/rate-limits")
281281
withStyle(style = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline)) {

0 commit comments

Comments
 (0)