Contact Information
No response
1Panel Version
v2.3.2
Problem Description
模型广场已经展示了向量模型,管理员页面测试向量模型也可以正常访问。


但是接口一直报错
{
"error": {
"message": "No authorized embedding model supports the requested input type.",
"type": "invalid_request_error",
"param": null,
"code": "embedding_capability_mismatch"
}
}
在管理员后台可以看到向量模型有访问到,但是没有归属到任何供应商

Steps to Reproduce
见问题描述
The expected correct result
期望可以顺利调用向量模型
Related log output
Additional Information
No response
Contact Information
No response
1Panel Version
v2.3.2
Problem Description
模型广场已经展示了向量模型,管理员页面测试向量模型也可以正常访问。


但是接口一直报错

{
"error": {
"message": "No authorized embedding model supports the requested input type.",
"type": "invalid_request_error",
"param": null,
"code": "embedding_capability_mismatch"
}
}
在管理员后台可以看到向量模型有访问到,但是没有归属到任何供应商
Steps to Reproduce
见问题描述
The expected correct result
期望可以顺利调用向量模型
Related log output
Additional Information
No response