Skip to content

Commit f6d52df

Browse files
committed
Expanded provider authentication instructions
"Enhanced provider authentication guidance"
1 parent 65ee473 commit f6d52df

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,26 @@ Pkg.add(url="https://github.com/sixzero/OpenRouterCLIProxyAPI.jl")
2525
```bash
2626
systemctl --user restart cliproxyapi.service
2727
```
28-
2. Authenticate with your provider (Claude, OpenAI, Gemini, etc.)
28+
2. Authenticate with your provider(s):
29+
```bash
30+
# OpenAI (Codex) — requires ChatGPT Pro/Plus subscription
31+
~/cliproxyapi/cli-proxy-api -config ~/cliproxyapi/config.yaml -codex-login
32+
33+
# Claude — requires Claude Pro/Max subscription
34+
~/cliproxyapi/cli-proxy-api -config ~/cliproxyapi/config.yaml -claude-login
35+
36+
# Gemini (Google)
37+
~/cliproxyapi/cli-proxy-api -config ~/cliproxyapi/config.yaml -login
38+
39+
# Qwen
40+
~/cliproxyapi/cli-proxy-api -config ~/cliproxyapi/config.yaml -qwen-login
41+
42+
# Add -no-browser to print the URL instead of opening a browser
43+
```
44+
After authenticating, restart the service:
45+
```bash
46+
systemctl --user restart cliproxyapi.service
47+
```
2948

3049
## Usage
3150

0 commit comments

Comments
 (0)