@digipair/skill-ollama 0.4.9 → 0.4.11
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 +1 -1
- package/schema.json +3 -3
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"paths": {
|
10
10
|
"/basic": {
|
11
11
|
"post": {
|
12
|
-
"tags": [],
|
12
|
+
"tags": ["service"],
|
13
13
|
"summary": "Générer",
|
14
14
|
"description": "Génération de texte via un model LLM",
|
15
15
|
"parameters": [
|
@@ -64,7 +64,7 @@
|
|
64
64
|
},
|
65
65
|
"/vision": {
|
66
66
|
"post": {
|
67
|
-
"tags": [],
|
67
|
+
"tags": ["service"],
|
68
68
|
"summary": "Voir",
|
69
69
|
"description": "Utiliser un model LLM qui sait lire des images et du texte en entrée",
|
70
70
|
"parameters": [
|
@@ -128,7 +128,7 @@
|
|
128
128
|
},
|
129
129
|
"/summarization": {
|
130
130
|
"post": {
|
131
|
-
"tags": [],
|
131
|
+
"tags": ["service"],
|
132
132
|
"summary": "Résumer un texte",
|
133
133
|
"description": "Résumer un texte via un model LLM",
|
134
134
|
"parameters": [
|