diff --git a/api/core/model_runtime/model_providers/togetherai/llm/llm.py b/api/core/model_runtime/model_providers/togetherai/llm/llm.py index f38e4089426701..bb802d407157bf 100644 --- a/api/core/model_runtime/model_providers/togetherai/llm/llm.py +++ b/api/core/model_runtime/model_providers/togetherai/llm/llm.py @@ -125,7 +125,6 @@ def get_customizable_model_schema(self, model: str, credentials: dict) -> AIMode min=-2, max=2 ), - ParameterRule ], pricing=PriceConfig( input=Decimal(cred_with_endpoint.get('input_price', 0)),