mirror of
https://github.com/google-ai-edge/gallery.git
synced 2025-07-16 11:16:43 -04:00
Set the upper bound of the topk slider to 100
Some checks are pending
Build Android APK / Build Android APK (push) Waiting to run
Some checks are pending
Build Android APK / Build Android APK (push) Waiting to run
PiperOrigin-RevId: 780627656
This commit is contained in:
parent
13fa59bab1
commit
b960b28ea9
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ fun createLlmChatConfigs(
|
|||
NumberSliderConfig(
|
||||
key = ConfigKey.TOPK,
|
||||
sliderMin = 5f,
|
||||
sliderMax = 40f,
|
||||
sliderMax = 100f,
|
||||
defaultValue = defaultTopK.toFloat(),
|
||||
valueType = ValueType.INT,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue