librechat-data-provider 0.7.75 → 0.7.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "librechat-data-provider",
3
- "version": "0.7.75",
3
+ "version": "0.7.76",
4
4
  "description": "data services for librechat apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
package/src/schemas.ts CHANGED
@@ -230,7 +230,7 @@ export const googleSettings = {
230
230
  },
231
231
  maxOutputTokens: {
232
232
  min: 1 as const,
233
- max: 8192 as const,
233
+ max: 64000 as const,
234
234
  step: 1 as const,
235
235
  default: 8192 as const,
236
236
  },