We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a145753 commit 9aaf611Copy full SHA for 9aaf611
README.md
@@ -31,12 +31,12 @@ You need OAuth2 credentials from the official Qwen Code CLI.
31
32
1. **Install Qwen Code CLI**:
33
```bash
34
- npm install -g @qwen-code/qwen-code
+ npm install -g @qwen-code/qwen-code@latest
35
```
36
37
2. **Start Qwen Code and authenticate**:
38
39
- qwen-code
+ qwen
40
41
42
Select your preferred authentication method when prompted.
@@ -65,13 +65,6 @@ You need OAuth2 credentials from the official Qwen Code CLI.
65
}
66
67
68
-#### Alternative: API Key Authentication
69
-
70
-You can also configure API key authentication for client access:
71
-```bash
72
-export OPENAI_API_KEY="sk-your-secret-key-here"
73
-```
74
75
### Step 2: Create KV Namespace
76
77
0 commit comments