Krish Dholakia
7107375ec3
LiteLLM Minor Fixes and Improvements (09/14/2024) ( #5697 )
...
* fix(health_check.py): hide sensitive keys from health check debug information k
* fix(route_llm_request.py): fix proxy model not found error message to indicate how to resolve issue
* fix(vertex_llm_base.py): fix exception message to not log credentials
2024-09-14 10:32:39 -07:00
Krish Dholakia
52849e6422
LiteLLM Minor Fixes and Improvements (09/07/2024) ( #5580 )
...
* fix(litellm_logging.py): set completion_start_time_float to end_time_float if none
Fixes https://github.com/BerriAI/litellm/issues/5500
* feat(_init_.py): add new 'openai_text_completion_compatible_providers' list
Fixes https://github.com/BerriAI/litellm/issues/5558
Handles correctly routing fireworks ai calls when done via text completions
* fix: fix linting errors
* fix: fix linting errors
* fix(openai.py): fix exception raised
* fix(openai.py): fix error handling
* fix(_redis.py): allow all supported arguments for redis cluster (#5554 )
* Revert "fix(_redis.py): allow all supported arguments for redis cluster (#5554 )" (#5583 )
This reverts commit f2191ef4cb
.
* fix(router.py): return model alias w/ underlying deployment on router.get_model_list()
Fixes https://github.com/BerriAI/litellm/issues/5524#issuecomment-2336410666
* test: handle flaky tests
---------
Co-authored-by: Jonas Dittrich <58814480+Kakadus@users.noreply.github.com>
2024-09-09 18:54:17 -07:00
Krrish Dholakia
84d57017e5
Revert "fix(router.py): return model alias w/ underlying deployment on router.get_model_list()"
...
This reverts commit 638896309c
.
2024-09-07 18:04:56 -07:00
Krrish Dholakia
f62801f795
fix(router.py): return model alias w/ underlying deployment on router.get_model_list()
...
Fixes https://github.com/BerriAI/litellm/issues/5524#issuecomment-2336410666
2024-09-07 18:01:31 -07:00
Krrish Dholakia
9efe9982f5
fix(health_check.py): return 'missing mode' error message, if error with health check, and mode is missing
2024-08-16 17:24:29 -07:00
Ishaan Jaff
da2d6348a7
fix linting errors on main
2024-07-18 13:32:48 -07:00
Florian Greinacher
d83a22b392
feat(proxy): support hiding health check details
2024-07-18 17:21:12 +02:00
Ishaan Jaff
16a0bf3a78
test - /health endpoints
2024-04-13 10:09:18 -07:00
Krrish Dholakia
2285282ef8
feat(health_check.py): more detailed health check calls
2023-12-28 09:12:57 +05:30
Krrish Dholakia
79978c44ba
refactor: add black formatting
2023-12-25 14:11:20 +05:30
Krrish Dholakia
e3d486efe2
fix(utils.py): handle 'os.environ/' being passed in as kwargs
2023-12-22 11:08:44 +05:30
ishaan-jaff
8cdcdda4c1
(fix) proxy - health checks support cli model
2023-12-19 12:55:20 +05:30
ishaan-jaff
b3e3894fb8
(test) router_get_deployments - stop using remove_model_id
2023-12-15 07:07:53 +05:30
Krrish Dholakia
c739b29eb0
feat(proxy_server.py): enable background health checks
2023-12-07 19:40:06 -08:00