From 177d54d7db217eb49126a5d92a2511a9be47f8c6 Mon Sep 17 00:00:00 2001 From: takatost Date: Sat, 15 Jun 2024 00:20:28 +0800 Subject: [PATCH] fix bug --- api/core/model_runtime/model_providers/togetherai/llm/llm.py | 1 - 1 file changed, 1 deletion(-) 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)),