Skip to content

Commit bfb243a

Browse files
Add PUTER_LING_3_FLASH to ModelOption enum (fixes model selection persistence)
1 parent 7ec444e commit bfb243a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ enum class ModelOption(
4343
PUTER_AUTOGLM_PHONE_MULTILINGUAL("AutoGLM Phone Multilingual 9B (Puter)", "z-ai/autoglm-phone-multilingual", ApiProvider.PUTER, supportsScreenshot = true),
4444
PUTER_MINIMAX_M3("MiniMax M3 (Puter)", "minimax/minimax-m3", ApiProvider.PUTER, supportsScreenshot = true),
4545
PUTER_QWEN2_5_VL_72B("Qwen3.7 Plus (Puter)", "qwen/qwen3.7-plus", ApiProvider.PUTER, supportsScreenshot = true),
46+
PUTER_LING_3_FLASH("Ling 3.0 Flash (Puter)", "inclusionai/ling-3.0-flash", ApiProvider.PUTER, supportsScreenshot = false),
4647
GROQ_LLAMA_4_SCOUT_17B("Llama 4 Scout 109B (Groq)", "meta-llama/llama-4-scout-17b-16e-instruct", ApiProvider.GROQ, supportsScreenshot = true),
4748
CLOUDFLARE_KIMI_K2_6("Kimi K2.6 (Cloudflare)", "@cf/moonshotai/kimi-k2.6", ApiProvider.CLOUDFLARE, supportsScreenshot = true),
4849
MISTRAL_LARGE_3("Mistral Large 3", "mistral-large-latest", ApiProvider.MISTRAL),
@@ -265,3 +266,4 @@ object GenerativeAiViewModelFactory {
265266
}
266267
}
267268
}
269+

0 commit comments

Comments
 (0)