QWen
- QWen (Tongyi Qianwen) is a LLM developed by Alibaba. Go to QWen and register an account and get the API key. More details can be found here (in Chinese).
- Install the required packages dashscope.
pip install dashscope
- Add the following configuration to
taskweaver_config.json
:
{
"llm.api_type": "qwen",
"llm.model": "qwen-max",
"llm.api_key": "YOUR_API_KEY"
}
NOTE: llm.model
is the model name of QWen LLM API.
You can find the model name in the QWen LLM model list.
- Start TaskWeaver and chat with TaskWeaver. You can refer to the Quick Start for more details.