@elizaos/plugin-ollama 1.0.0 → 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 -23
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,28 +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
|
-
}
|
|
45
|
+
"pluginParameters": {}
|
|
67
46
|
},
|
|
68
47
|
"gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
|
|
69
48
|
"devDependencies": {
|