mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-02 20:20:07 +00:00
docs: add ccr ui command to README
- Add documentation for the `ccr ui` command to both the English and Chinese README files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7faf20e0c8
commit
d013a8a01a
2 changed files with 20 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -166,6 +166,16 @@ ccr code
|
|||
> ccr restart
|
||||
> ```
|
||||
|
||||
### 4. UI Mode
|
||||
|
||||
For a more intuitive experience, you can use the UI mode to manage your configuration:
|
||||
|
||||
```shell
|
||||
ccr ui
|
||||
```
|
||||
|
||||
This will open a web-based interface where you can easily view and edit your `config.json` file.
|
||||
|
||||
#### Providers
|
||||
|
||||
The `Providers` array is where you define the different model providers you want to use. Each provider object requires:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue