diff --git a/src/backend/langflow/components/llms/ChatLiteLLM.py b/src/backend/langflow/components/llms/ChatLiteLLM.py index 07af297cf..01b831bae 100644 --- a/src/backend/langflow/components/llms/ChatLiteLLM.py +++ b/src/backend/langflow/components/llms/ChatLiteLLM.py @@ -134,4 +134,3 @@ class LiteLLMComponent(CustomComponent): max_retries=max_retries, ) return LLM -# litellm.drop_params=True \ No newline at end of file