mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
Modify the url of qwen.json to default to the international version '-intl'
This commit is contained in:
parent
37aecb0e70
commit
4c8c61b2f3
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
"model": {
|
"model": {
|
||||||
"api": "qwen",
|
"api": "qwen",
|
||||||
"url": "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation",
|
"url": "https://dashscope-intl.aliyuncs.com/api/v1/services/aigc/text-generation/generation",
|
||||||
"model": "qwen-max"
|
"model": "qwen-max"
|
||||||
},
|
},
|
||||||
|
|
||||||
"embedding": {
|
"embedding": {
|
||||||
"api": "qwen",
|
"api": "qwen",
|
||||||
"url": "https://dashscope.aliyuncs.com/api/v1/services/embeddings/text-embedding/text-embedding",
|
"url": "https://dashscope-intl.aliyuncs.com/api/v1/services/embeddings/text-embedding/text-embedding",
|
||||||
"model": "text-embedding-v3"
|
"model": "text-embedding-v3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue