@bifrost-proxy/bifrost-linux-arm 0.0.48-beta → 0.0.49-beta

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 CHANGED
@@ -74,6 +74,12 @@ bifrost status
74
74
  # 停止服务
75
75
  bifrost stop
76
76
 
77
+ # 管理端远程访问与鉴权(Web UI)
78
+ bifrost admin remote status
79
+ bifrost admin remote enable
80
+ bifrost admin passwd
81
+ bifrost admin revoke-all
82
+
77
83
  # 查看流量
78
84
  bifrost traffic list
79
85
  bifrost traffic search "keyword" --method POST --host api.openai.com --path /v1/responses
package/bin/README.md CHANGED
@@ -74,6 +74,12 @@ bifrost status
74
74
  # 停止服务
75
75
  bifrost stop
76
76
 
77
+ # 管理端远程访问与鉴权(Web UI)
78
+ bifrost admin remote status
79
+ bifrost admin remote enable
80
+ bifrost admin passwd
81
+ bifrost admin revoke-all
82
+
77
83
  # 查看流量
78
84
  bifrost traffic list
79
85
  bifrost traffic search "keyword" --method POST --host api.openai.com --path /v1/responses
package/bin/bifrost CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost-linux-arm",
3
- "version": "0.0.48-beta",
3
+ "version": "0.0.49-beta",
4
4
  "description": "Bifrost CLI binary for Linux ARM",
5
5
  "license": "MIT",
6
6
  "repository": {