Qwen is developed by Alibaba Inc., and it also provide the compatible format and function calling. So It can be the alternative model for users in a special region.
However, change the base_url may encounter the following situation:
<pre>{
"status": 400,
"headers": {},
"error": {
"code": "invalid_parameter_error",
"param": null,
"message": "Tool names are not allowed to be [search]",
"type": "invalid_request_error"
},
}</pre>
This is intersting cause maybe the Alibaba set a filter to reserve some words. So only change the 'search' name to others can make this tool be compatible with Qwen
Qwen is developed by Alibaba Inc., and it also provide the compatible format and function calling. So It can be the alternative model for users in a special region.
However, change the base_url may encounter the following situation:
This is intersting cause maybe the Alibaba set a filter to reserve some words. So only change the 'search' name to others can make this tool be compatible with Qwen