We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf9df0 commit d3d4b76Copy full SHA for d3d4b76
1 file changed
apps/models_provider/impl/aliyun_bai_lian_model_provider/model/embedding.py
@@ -54,7 +54,7 @@ def embed_documents(
54
dashscope.base_http_api_url = self.api_base
55
multimodal_input = [{"text": text} for text in texts]
56
resp = dashscope.MultiModalEmbedding.call(
57
- model="tongyi-embedding-vision-plus",
+ model=self.model_name,
58
input=multimodal_input, # type: ignore
59
**self.optional_params
60
)
0 commit comments