feat: code
This commit is contained in:
parent
58f4185925
commit
b2aff036ad
2 changed files with 4 additions and 4 deletions
|
|
@ -44,9 +44,9 @@ MiniMax highlights these improvements in M2.1:
|
||||||
Enable the bundled OAuth plugin and authenticate:
|
Enable the bundled OAuth plugin and authenticate:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
moltbot plugins enable minimax-portal-auth # skip if already loaded.
|
openclaw plugins enable minimax-portal-auth # skip if already loaded.
|
||||||
moltbot gateway restart # restart if gateway is already running
|
openclaw gateway restart # restart if gateway is already running
|
||||||
moltbot onboard --auth-choice minimax-portal
|
openclaw onboard --auth-choice minimax-portal
|
||||||
```
|
```
|
||||||
|
|
||||||
You will be prompted to select an endpoint:
|
You will be prompted to select an endpoint:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
|
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
|
||||||
import { loginMiniMaxPortalOAuth, type MiniMaxRegion } from "./oauth.js";
|
import { loginMiniMaxPortalOAuth, type MiniMaxRegion } from "./oauth.js";
|
||||||
|
|
||||||
const PROVIDER_ID = "minimax-portal";
|
const PROVIDER_ID = "minimax-portal";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue