dsh-codebase-chat 0.25.2 → 0.25.3
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/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2783,7 +2783,7 @@ import { existsSync as existsSync2 } from "fs";
|
|
|
2783
2783
|
import { join as join8 } from "path";
|
|
2784
2784
|
var DEFAULT_MODEL_URI = "hf:Qwen/Qwen2.5-1.5B-Instruct-GGUF:Q4_K_M";
|
|
2785
2785
|
var LOCAL_CONTEXT_SIZE = 8192;
|
|
2786
|
-
var LOCAL_MAX_TOKENS =
|
|
2786
|
+
var LOCAL_MAX_TOKENS = 1536;
|
|
2787
2787
|
function isLocalLlmEnabled() {
|
|
2788
2788
|
return !!(process.env.CODEBASE_LOCAL_LLM || "").trim();
|
|
2789
2789
|
}
|