Set the upper bound of the topk slider to 100
Some checks are pending
Build Android APK / Build Android APK (push) Waiting to run

PiperOrigin-RevId: 780627656
This commit is contained in:
Google AI Edge Gallery 2025-07-08 10:44:56 -07:00 committed by Copybara-Service
parent 13fa59bab1
commit b960b28ea9

View file

@ -197,7 +197,7 @@ fun createLlmChatConfigs(
NumberSliderConfig(
key = ConfigKey.TOPK,
sliderMin = 5f,
sliderMax = 40f,
sliderMax = 100f,
defaultValue = defaultTopK.toFloat(),
valueType = ValueType.INT,
),