claude-brain 0.30.1 → 0.30.2
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/VERSION +1 -1
- package/package.json +1 -1
- package/src/memory/embeddings.ts +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.30.
|
|
1
|
+
0.30.2
|
package/package.json
CHANGED
package/src/memory/embeddings.ts
CHANGED
|
@@ -15,7 +15,7 @@ import { CircuitBreaker } from '@/utils'
|
|
|
15
15
|
|
|
16
16
|
// Configure transformers.js for Bun compatibility
|
|
17
17
|
env.allowLocalModels = true
|
|
18
|
-
env.allowRemoteModels =
|
|
18
|
+
env.allowRemoteModels = false
|
|
19
19
|
env.useBrowserCache = false
|
|
20
20
|
// Disable web workers to avoid ONNX blob URL issues in Bun
|
|
21
21
|
env.backends.onnx.wasm.numThreads = 1
|