diff --git a/litellm/llms/together_ai/rerank/handler.py b/litellm/llms/together_ai/rerank/handler.py index c5b02731e1e..cf4db9505ca 100644 --- a/litellm/llms/together_ai/rerank/handler.py +++ b/litellm/llms/together_ai/rerank/handler.py @@ -1,7 +1,7 @@ """ Re rank api -LiteLLM supports the re rank API format, no paramter transformation occurs +LiteLLM supports the re rank API format, no parameter transformation occurs """ from typing import Any, Dict, List, Optional, Union