@elizaos/plugin-ollama 1.0.1 → 1.0.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/package.json +2 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-ollama",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -42,40 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"agentConfig": {
|
|
44
44
|
"pluginType": "elizaos:plugin:1.0.0",
|
|
45
|
-
"pluginParameters": {
|
|
46
|
-
"OLLAMA_SMALL_MODEL": {
|
|
47
|
-
"type": "string",
|
|
48
|
-
"description": "The name of the small Ollama model to use"
|
|
49
|
-
},
|
|
50
|
-
"OLLAMA_LARGE_MODEL": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"description": "The name of the large Ollama model to use"
|
|
53
|
-
},
|
|
54
|
-
"OLLAMA_MEDIUM_MODEL": {
|
|
55
|
-
"type": "string",
|
|
56
|
-
"description": "The name of the medium Ollama model to use"
|
|
57
|
-
},
|
|
58
|
-
"OLLAMA_EMBEDDING_MODEL": {
|
|
59
|
-
"type": "string",
|
|
60
|
-
"description": "The name of the embedding Ollama model to use"
|
|
61
|
-
},
|
|
62
|
-
"OLLAMA_API_ENDPOINT": {
|
|
63
|
-
"type": "string",
|
|
64
|
-
"description": "The URL of the Ollama API"
|
|
65
|
-
},
|
|
66
|
-
"SMALL_MODEL": {
|
|
67
|
-
"type": "string",
|
|
68
|
-
"description": "Alternative small model name used if OLLAMA_SMALL_MODEL is not provided.",
|
|
69
|
-
"required": false,
|
|
70
|
-
"default": "gemma3:latest"
|
|
71
|
-
},
|
|
72
|
-
"LARGE_MODEL": {
|
|
73
|
-
"type": "string",
|
|
74
|
-
"description": "Alternative large model name used if OLLAMA_LARGE_MODEL is not provided.",
|
|
75
|
-
"required": false,
|
|
76
|
-
"default": "gemma3:latest"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
45
|
+
"pluginParameters": {}
|
|
79
46
|
},
|
|
80
47
|
"gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
|
|
81
48
|
"devDependencies": {
|