13 lines
300 B
JSON
13 lines
300 B
JSON
|
|
{
|
||
|
|
"providers": {
|
||
|
|
"aliyun": {
|
||
|
|
"id": "aliyun",
|
||
|
|
"displayName": "aliyun",
|
||
|
|
"type": "openai",
|
||
|
|
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||
|
|
"apiKey": "YOUR_DASHSCOPE_API_KEY",
|
||
|
|
"model": "qwen-plus-latest",
|
||
|
|
"enableThinking": false
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|