mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
test(e2e): send no-cache on rerank bodies like the other request models
This commit is contained in:
parent
f78fdc4ce7
commit
bdbb4cf527
1 changed files with 1 additions and 0 deletions
|
|
@ -705,6 +705,7 @@ class RerankBody(BaseModel):
|
|||
query: str
|
||||
documents: list[str]
|
||||
top_n: int
|
||||
cache: dict[str, bool] | None = {"no-cache": True}
|
||||
|
||||
|
||||
class RerankItem(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue