mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 06:28:05 +08:00
Revert "Merge branch 'fix/adjust-price-frontend' into dev/plugin-deploy"
This reverts commit7710d8e83b, reversing changes made to96cf0ed5af.
This commit is contained in:
@ -180,7 +180,7 @@ class ToolProviderID(GenericProviderID):
|
||||
def __init__(self, value: str, is_hardcoded: bool = False) -> None:
|
||||
super().__init__(value, is_hardcoded)
|
||||
if self.organization == "langgenius":
|
||||
if self.provider_name in ["jina", "siliconflow", "stepfun", "gitee_ai"]:
|
||||
if self.provider_name in ["jina", "siliconflow", "stepfun"]:
|
||||
self.plugin_name = f"{self.provider_name}_tool"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user