provider-kit 1.2.1 → 1.2.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/README.md +4 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -199,3 +199,7 @@ console.log(classifyError(err, 'openai').type) // → "rate_limit"
|
|
|
199
199
|
## Related
|
|
200
200
|
|
|
201
201
|
- `fairy-guardian` — self-healing process cluster for AI model servers
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
**Author:** [openchat-ai](https://github.com/openchat-ai) — reach me via [GitHub Issues](https://github.com/openchat-ai/provider-kit/issues) or leave a star ⭐
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "provider-kit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "42 LLM provider unified API — one interface for OpenAI, Anthropic, Ollama, OpenRouter, and 38 more. Built-in retry, timeout, and error handling.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"api"
|
|
27
27
|
],
|
|
28
28
|
"license": "MIT",
|
|
29
|
+
"author": "openchat-ai (https://github.com/openchat-ai)",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/openchat-ai/provider-kit/issues"
|
|
32
|
+
},
|
|
29
33
|
"engines": {
|
|
30
34
|
"node": ">=18"
|
|
31
35
|
},
|