mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-07 08:16:29 +08:00
- Deleted `QwenAuthenticator`, internal `qwen_auth`, and `qwen_executor` implementations. - Removed all Qwen-related OAuth flows, token handling, and execution logic. - Cleaned up dependencies and references to Qwen across the codebase.
20 lines
929 B
Markdown
20 lines
929 B
Markdown
# CLIProxyAPI Plus
|
|
|
|
English | [Chinese](README_CN.md)
|
|
|
|
This is the Plus version of [CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI), adding support for third-party providers on top of the mainline project.
|
|
|
|
All third-party provider support is maintained by community contributors; CLIProxyAPI does not provide technical support. Please contact the corresponding community maintainer if you need assistance.
|
|
|
|
The Plus release stays in lockstep with the mainline features.
|
|
|
|
## Contributing
|
|
|
|
This project only accepts pull requests that relate to third-party provider support. Any pull requests unrelated to third-party provider support will be rejected.
|
|
|
|
If you need to submit any non-third-party provider changes, please open them against the [mainline](https://github.com/router-for-me/CLIProxyAPI) repository.
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|