mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 05:37:25 +08:00
feat(ai-proxy): enable Qwen compatible mode by default and add missing API endpoints (#3032)
This commit is contained in:
@@ -19,6 +19,7 @@ var basicQwenConfig = func() json.RawMessage {
|
||||
"modelMapping": map[string]string{
|
||||
"*": "qwen-turbo",
|
||||
},
|
||||
"qwenEnableCompatible": false,
|
||||
},
|
||||
})
|
||||
return data
|
||||
@@ -62,7 +63,8 @@ var qwenCustomDomainConfig = func() json.RawMessage {
|
||||
"modelMapping": map[string]string{
|
||||
"*": "qwen-turbo",
|
||||
},
|
||||
"qwenDomain": "custom.qwen.com",
|
||||
"qwenDomain": "custom.qwen.com",
|
||||
"qwenEnableCompatible": false,
|
||||
},
|
||||
})
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user