| name | qwen-chat |
| description | Have a conversation with the Tongyi Qwen (通义千问) LLM via DashScope API. This skill should be used when the user wants to ask questions, get explanations, or have a dialogue with the Qwen model. |
Qwen Chat
Interact with the Tongyi Qwen large language model via DashScope API.
Usage
python scripts/chat.py "<prompt>" [model] [temperature]
Parameters
| Parameter | Type | Required | Description |
|---|
| prompt | string | Yes | The user's question or message |
| model | string | No | Model name: qwen-turbo, qwen-plus, qwen-max (default: qwen-plus) |
| temperature | float | No | Output randomness 0-1 (default: 0.7) |
Behavior
- Sends the prompt to Qwen via DashScope compatible OpenAI endpoint
- Returns the model's text response
- Requires DASHSCOPE_API_KEY environment variable
Notes