You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,10 @@ or [one-api](https://github.com/songquanpeng/one-api) independently.
78
78
79
79
### 🍔 Login Modes
80
80
81
-
-`Login via url`: Use `/login token$https://provider.com` to Login. The program posts the token to the interface to
81
+
-`Login via url`: Use `/login <a token>$<something like https://provider.com/login>` to Login. The program posts the token to the interface to
82
82
retrieve configuration
83
83
information, [how to develop this](https://github.com/LlmKira/Openaibot/blob/81eddbff0f136697d5ad6e13ee1a7477b26624ed/app/components/credential.py#L20).
84
-
-`Login`: Use `/login https://api.com/v1$key$model` to login
84
+
-`Login`: Use `/login https://<api endpoint>/v1$<api key>$<the model>` to login
85
85
86
86
### 🧀 Plugin Can Do More
87
87
@@ -145,6 +145,9 @@ npm install pm2 -g
145
145
pm2 start pm2.json
146
146
```
147
147
148
+
> **Be sure to change the default password for the command, or disable open ports to prevent the database from being
0 commit comments