You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,10 @@ First-time use requires setting the path to Claude Code's settings.json file and
42
42
43
43
```bash
44
44
Examples:
45
-
# Set both paths simultaneously
45
+
# windows default path: C:\Users\Administrator\.claude\settings.json
46
+
# mac default path: ~/.claude/settings.json
47
+
48
+
# mac: Set both paths simultaneously
46
49
ccapi set --settings ~/.claude/settings.json --api /Users/4xian/Desktop/api.json5
47
50
48
51
# Set them separately
@@ -322,7 +325,6 @@ ccapi test openrouter -t 2 # Use 2nd Token
322
325
"testResponse": false
323
326
}
324
327
```
325
-
326
328
- For array format URLs, all URL addresses will be tested, array configuration URLs will not be sorted by latency internally, maintaining original URL order
327
329
- Configurations sorted by best latency, lowest latency configurations appear first
328
330
- Shows optimal route (fastest URL address) for each configuration
0 commit comments