Revert "Merge branch 'fix/adjust-price-frontend' into dev/plugin-deploy"

This reverts commit 7710d8e83b, reversing
changes made to 96cf0ed5af.
This commit is contained in:
NFish
2025-02-28 18:02:51 +08:00
parent 53512a4650
commit 53d30d537f
71 changed files with 607 additions and 4016 deletions

View File

@ -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"