mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🎚️ fix: Google top_k Slider Step to Integers (#4537)
This commit is contained in:
parent
2996058fa2
commit
e0e393b8a4
3 changed files with 3 additions and 3 deletions
|
|
@ -232,7 +232,7 @@ export const googleSettings = {
|
|||
topK: {
|
||||
min: 1,
|
||||
max: 40,
|
||||
step: 0.01,
|
||||
step: 1,
|
||||
default: 40,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue