Skip to content

Commit 5fe9b8e

Browse files
dmmqzSarijen
authored andcommitted
qwen: add page (tldr-pages#17369)
1 parent 40df5fa commit 5fe9b8e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

pages/common/qwen.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# qwen
2+
3+
> Launch an interactive prompt with Qwen3-Coder.
4+
> See also: `gemini`.
5+
> More information: <https://github.com/QwenLM/qwen-code>.
6+
7+
- Start a REPL session to chat interactively:
8+
9+
`qwen`
10+
11+
- Send the output of another command to Qwen and exit immediately:
12+
13+
`{{echo "Summarize the history of Rome"}} | qwen {{[-p|--prompt]}}`
14+
15+
- Override the default model (default: qwen3-coder-max):
16+
17+
`qwen {{[-m|--model]}} {{model_name}}`
18+
19+
- Run inside a sandbox container:
20+
21+
`qwen {{[-s|--sandbox]}}`
22+
23+
- Execute a prompt then stay in interactive mode:
24+
25+
`qwen {{[-i|--prompt-interactive]}} "{{Give me an example of recursion in Python}}"`
26+
27+
- Include all files in context:
28+
29+
`qwen {{[-a|--all-files]}}`
30+
31+
- Show memory usage in status bar:
32+
33+
`qwen --show-memory-usage`

0 commit comments

Comments
 (0)