@vybestack/llxprt-code-core 0.1.23-nightly.250902.c3d3686d → 0.1.23-nightly.250904.97906524
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -112,10 +112,10 @@ Access Qwen3-Coder-Pro and other Qwen models for free:
|
|
112
112
|
Use OAuth authentication to access Qwen with your free account:
|
113
113
|
|
114
114
|
```
|
115
|
-
/auth qwen
|
115
|
+
/auth qwen enable
|
116
116
|
```
|
117
117
|
|
118
|
-
|
118
|
+
This enables OAuth for Qwen. When you send your first message, your browser will automatically open to the Qwen authentication page. Log in and authorize LLxprt Code - the authentication will complete automatically and your request will be processed. You're now using Qwen3-Coder-Pro for free!
|
119
119
|
|
120
120
|
#### Option 2: Use an API Key
|
121
121
|
|