Qwen â
This guide introduces how to configure and use the Qwen model in Aide.
You can find more detailed information in the Qwen Official Reference Documentation.
API Base URL Configuration â
You need to configure aide.openaiBaseUrl
to https://dashscope.aliyuncs.com/compatible-mode/v1
.
API Key Configuration â
You need to configure aide.openaiKey
as your Qwen API Key.
Model Configuration â
You need to configure aide.openaiModel
to the Qwen model. We recommend using the qwen-long
model. For more models, please refer to the official reference documentation mentioned above.
Example Configuration File â
Below is a complete configuration example:
json
{
"aide.openaiBaseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"aide.openaiKey": "your-qwen-api-key",
"aide.openaiModel": "qwen-long"
}
Make sure to replace "your-qwen-api-key"
with your actual API Key.