Skip to content

Commit 5bc82ed

Browse files
Update MenuScreen.kt
1 parent a1b1a20 commit 5bc82ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ fun MenuScreen(
292292
val modelHint = when (selectedModel) {
293293
ModelOption.GEMMA_3_27B_IT -> "Google doesn't support screenshots in the API for this model."
294294
ModelOption.GPT_OSS_120B -> "This is a pure text model\nCerebras sometimes discontinues free access in the Free Tier, displaying an \"Error 404: gpt-oss-120b does not exist or you do not have access to it\" message, or changes the rate limits."
295-
ModelOption.MISTRAL_MEDIUM_3_1,
296295
ModelOption.MISTRAL_MEDIUM_3_5 -> "This is a reasoning model"
297296
ModelOption.MISTRAL_LARGE_3 -> "Mistral AI rejects requests containing non-black images with a 429 Error: Rate limit exceeded response"
298297
ModelOption.GEMINI_3_FLASH -> "Google often rejects requests to this model with a 503 Model is exhausted error"

0 commit comments

Comments
 (0)