forked from phoenix/litellm-mirror
v0 add rerank on litellm proxy
This commit is contained in:
parent
37ed201c50
commit
fb5be57bb8
12 changed files with 138 additions and 0 deletions
|
@ -33,6 +33,7 @@ ROUTE_ENDPOINT_MAPPING = {
|
|||
"aspeech": "/audio/speech",
|
||||
"atranscription": "/audio/transcriptions",
|
||||
"amoderation": "/moderations",
|
||||
"arerank": "/rerank",
|
||||
}
|
||||
|
||||
|
||||
|
@ -48,6 +49,7 @@ async def route_request(
|
|||
"aspeech",
|
||||
"atranscription",
|
||||
"amoderation",
|
||||
"arerank",
|
||||
],
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue