garriga 1.0.9 → 1.0.11

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -223,7 +223,7 @@ class localLLM {
223
223
 
224
224
  keep_alive: -1,
225
225
  options: {
226
- num_ctx: process.env.MAX_CONTEXT_FRAUD || 65536,
226
+ num_ctx: process.env.MAX_CONTEXT_FRAUD || 40960,
227
227
  temperature: process.env.TEMPERATURE_FRAUD || 0.1,
228
228
  num_predict: process.env.MAX_TOKENS_FRAUD || 2500,
229
229
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "garriga",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "AI connector",
5
5
  "main": "index.js",
6
6
  "scripts": {