# qwen `qwen` is program to send messages to Qwen API. ## Getting Started ### rerequisites - cargo - [Qwen API key](https://dashscope.console.aliyun.com/apiKey) ### Installation ```sh cargo install qwen ``` ### usage ```sh qwen # You can enter the chat without the how to parameter qwen chat # You can enter the chat qwen ask [message] # You can one question to qwen qwen --help # Print help ```