Skip to content

Commit

Permalink
Disable rerank
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatrixCohere committed Jul 12, 2024
1 parent bb806a1 commit 9a31d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/model_deployments/cohere_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, **kwargs: Any):

@property
def rerank_enabled(self) -> bool:
return True
return False

@classmethod
def list_models(cls) -> List[str]:
Expand Down

0 comments on commit 9a31d17

Please sign in to comment.