@wangmingfa/model-gate 0.0.1-beta.1 → 0.0.1-beta.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.
Files changed (3) hide show
  1. package/README.md +97 -42
  2. package/model-gate.js +204 -8
  3. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangmingfa/model-gate",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "type": "module",
5
5
  "description": "LLM API 中转网关:配置文件配置多家运营商模型,对外暴露统一 OpenAI 兼容接口",
6
6
  "bin": {