modelpact-providers 0.0.0 → 1.0.0
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/README.md +1 -1
- package/package.json +9 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "modelpact-providers",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Language-model backends written against the modelpact contract — one transport per runtime, each green on the contract suite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"llm",
|
|
7
7
|
"modelpact",
|
|
8
|
-
"typescript"
|
|
8
|
+
"typescript",
|
|
9
|
+
"ollama",
|
|
10
|
+
"prompt-api",
|
|
11
|
+
"webgpu",
|
|
12
|
+
"on-device",
|
|
13
|
+
"adapter",
|
|
14
|
+
"contract-testing"
|
|
9
15
|
],
|
|
10
16
|
"license": "MIT",
|
|
11
17
|
"author": "Sergey Avdienko",
|