doubao-cli 0.3.0 → 0.3.1
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 +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,7 +45,18 @@ Quit any running Doubao process first, then run `doubao cdp launch`. The equival
|
|
|
45
45
|
|
|
46
46
|
Set `DOUBAO_CDP_ENDPOINT` if using another port. `sessions send --wait` waits for and returns the completed assistant reply.
|
|
47
47
|
|
|
48
|
-
`models` reads the choices currently exposed by the desktop app. `model select` changes the active model, and `sessions send --model` selects a model before sending.
|
|
48
|
+
`models` reads the choices currently exposed by the desktop app. `model select` changes the active model, and `sessions send --model` selects a model before sending.
|
|
49
|
+
|
|
50
|
+
| Model | Value | Short aliases |
|
|
51
|
+
| --- | --- | --- |
|
|
52
|
+
| 自动 | `auto` | `自动` |
|
|
53
|
+
| 豆包 2.1 Turbo | `doubao-2.1-turbo` | `turbo` |
|
|
54
|
+
| 豆包 2.1 Pro | `doubao-2.1-pro` | `pro` |
|
|
55
|
+
| Orange 5.0 | `orange-5.0` | `orange` |
|
|
56
|
+
| Gemini 3.7 Flash | `gemini-3.7-flash` | `gemini` |
|
|
57
|
+
| GPT-5.6 Sol | `gpt-5.6-sol` | `gpt`, `sol` |
|
|
58
|
+
|
|
59
|
+
Use the value, exact display name, or a short alias anywhere `<model>` is accepted. Run `doubao models` to verify the choices exposed by the installed Doubao version.
|
|
49
60
|
|
|
50
61
|
CDP is unauthenticated but bound to `127.0.0.1`. Quit and relaunch Doubao normally when automation is no longer needed.
|
|
51
62
|
|