mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(fix) proxy: /health
This commit is contained in:
parent
d3672452ce
commit
3cc8305ec6
1 changed files with 0 additions and 2 deletions
|
@ -923,8 +923,6 @@ async def health_endpoint(request: Request, model: Optional[str] = fastapi.Query
|
|||
litellm_params["model"] = original_model_string[:index_of_model_id]
|
||||
else:
|
||||
litellm_params["model"] = original_model_string
|
||||
litellm_params.pop("tpm", None)
|
||||
litellm_params.pop("rpm", None)
|
||||
litellm.completion(**litellm_params)
|
||||
cleaned_params = {}
|
||||
for key in litellm_params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue