fix: 更新阿里百炼模型的API端点URL #100
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
更新前端组件中阿里百炼(BaiLian)embedding和rerank模型的API端点URL,从旧版路径迁移到兼容模式路径。同时移除后端模型元数据中已硬编码的BaseURL字段,改为依赖前端动态生成的URL,以保持配置一致性并避免重复定义。