@bifrost-proxy/bifrost-linux-arm 0.0.47-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 +6 -0
- package/bin/README.md +6 -0
- package/bin/bifrost +0 -0
- package/package.json +1 -1
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
|