mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
fix: typo "paramter" -> "parameter" in together_ai rerank handler docstring
This commit is contained in:
parent
79b4578671
commit
53b9d2d26a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue