fix: typo "paramter" -> "parameter" in together_ai rerank handler docstring

This commit is contained in:
oss-agent-shin 2026-05-20 16:46:10 +00:00
parent 79b4578671
commit 53b9d2d26a

View file

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