Skip to content

Commit

Permalink
🎚️ fix: Google top_k Slider Step to Integers (danny-avila#4537)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored and olivierhub committed Oct 25, 2024
1 parent a6f9773 commit 1ddc005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/data-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.7.429",
"version": "0.7.430",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-provider/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const googleSettings = {
topK: {
min: 1,
max: 40,
step: 0.01,
step: 1,
default: 40,
},
};
Expand Down

0 comments on commit 1ddc005

Please sign in to comment.