@elizaos/plugin-local-ai 1.0.2 → 1.0.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/package.json +2 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-local-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -47,46 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"agentConfig": {
|
|
49
49
|
"pluginType": "elizaos:plugin:1.0.0",
|
|
50
|
-
"pluginParameters": {
|
|
51
|
-
"MODELS_DIR": {
|
|
52
|
-
"type": "string",
|
|
53
|
-
"description": "Specifies a custom directory for storing model GGUF files",
|
|
54
|
-
"required": false,
|
|
55
|
-
"default": "~/.eliza/models"
|
|
56
|
-
},
|
|
57
|
-
"CACHE_DIR": {
|
|
58
|
-
"type": "string",
|
|
59
|
-
"description": "Specifies a custom directory for caching components like tokenizers",
|
|
60
|
-
"required": false,
|
|
61
|
-
"default": "~/.eliza/cache"
|
|
62
|
-
},
|
|
63
|
-
"LOCAL_SMALL_MODEL": {
|
|
64
|
-
"type": "string",
|
|
65
|
-
"description": "Filename for the small text generation model located in the models directory",
|
|
66
|
-
"required": false
|
|
67
|
-
},
|
|
68
|
-
"LOCAL_LARGE_MODEL": {
|
|
69
|
-
"type": "string",
|
|
70
|
-
"description": "Filename for the large text generation model located in the models directory",
|
|
71
|
-
"required": false
|
|
72
|
-
},
|
|
73
|
-
"LOCAL_EMBEDDING_MODEL": {
|
|
74
|
-
"type": "string",
|
|
75
|
-
"description": "Filename for the text embedding model located in the models directory",
|
|
76
|
-
"required": false
|
|
77
|
-
},
|
|
78
|
-
"LOCAL_EMBEDDING_DIMENSIONS": {
|
|
79
|
-
"type": "number",
|
|
80
|
-
"description": "Fallback dimension size for text embeddings if generation fails",
|
|
81
|
-
"required": false,
|
|
82
|
-
"default": "model's native dimension size (e.g., 384)"
|
|
83
|
-
},
|
|
84
|
-
"CUDA_VISIBLE_DEVICES": {
|
|
85
|
-
"type": "string",
|
|
86
|
-
"description": "Indicates availability of CUDA-enabled GPU devices; if set, the application will configure the vision model to run on GPU with fp16 precision.",
|
|
87
|
-
"required": false
|
|
88
|
-
}
|
|
89
|
-
}
|
|
50
|
+
"pluginParameters": {}
|
|
90
51
|
},
|
|
91
52
|
"gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
|
|
92
53
|
"devDependencies": {
|