mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #442] [MERGED] fix(Jina): Mark base_url as not required because handled with default in code
#1368
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/442
Author: @DavideDelbianco
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @crazywoola
Base:
main← Head:fix/jina-manifest-params📝 Commits (1)
b675d32fix(Jina): Mark base_url as not required because handled with default in code📊 Changes
3 files changed (+5 additions, -4 deletions)
View changed files
📝
models/jina/manifest.yaml(+1 -1)📝
models/jina/models/rerank/rerank.py(+3 -1)📝
models/jina/provider/jina.yaml(+1 -2)📄 Description
Adding the model in load balancing mode would fail because the base_url is not specified in provider form_manifest, but required by model form_manifest
The url is handled with a default value both in
text_embedding.pyandrerank.pyCloses #441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.