Models: add Qwen Portal OAuth support
This commit is contained in:
committed by
Peter Steinberger
parent
f9e3b129ed
commit
8eb80ee40a
24
extensions/qwen-portal-auth/README.md
Normal file
24
extensions/qwen-portal-auth/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Qwen Portal OAuth (Clawdbot plugin)
|
||||
|
||||
OAuth provider plugin for **Qwen Portal** (free-tier OAuth).
|
||||
|
||||
## Enable
|
||||
|
||||
Bundled plugins are disabled by default. Enable this one:
|
||||
|
||||
```bash
|
||||
clawdbot plugins enable qwen-portal-auth
|
||||
```
|
||||
|
||||
Restart the Gateway after enabling.
|
||||
|
||||
## Authenticate
|
||||
|
||||
```bash
|
||||
clawdbot models auth login --provider qwen-portal --set-default
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- Qwen OAuth uses a device-code login flow.
|
||||
- Tokens expire periodically; re-run login if requests fail.
|
||||
Reference in New Issue
Block a user