8 lines
214 B
JSON
8 lines
214 B
JSON
|
|
{
|
||
|
|
"provider": "dashscope",
|
||
|
|
"baseURL": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||
|
|
"apiKey": "YOUR_DASHSCOPE_API_KEY",
|
||
|
|
"model": "text-embedding-v4",
|
||
|
|
"dim": 1024,
|
||
|
|
"translateModel": "qwen-turbo"
|
||
|
|
}
|