Ishaan Jaff
|
8f0b55879f
|
move encrypt / decrypt to helper
|
2024-07-06 11:09:47 -07:00 |
|
Krrish Dholakia
|
6090fd37fa
|
fix(test_proxy_reject_logging.py): fix test
|
2024-07-05 19:09:37 -07:00 |
|
Krrish Dholakia
|
fd11f63f71
|
fix(utils.py): log failure to sync failure callbacks as well
|
2024-07-05 14:49:34 -07:00 |
|
Krrish Dholakia
|
b1b21b0340
|
fix(proxy/utils.py): support logging rejected requests to langfuse, etc.
|
2024-07-05 14:39:35 -07:00 |
|
Krrish Dholakia
|
d528b66db0
|
fix(proxy_server.py): fix callback check order
|
2024-07-05 14:06:33 -07:00 |
|
Krrish Dholakia
|
7618ec43b3
|
fix(proxy_server.py): support langfuse logging for rejected requests on /v1/chat/completions
|
2024-07-05 13:07:09 -07:00 |
|
Krrish Dholakia
|
66c6992f8a
|
fix(slack_alerting.py): use in-memory cache for checking request status
|
2024-07-02 13:01:59 -07:00 |
|
Krish Dholakia
|
961e7ac95d
|
Merge branch 'main' into litellm_dynamic_tpm_limits
|
2024-06-22 19:14:59 -07:00 |
|
Krrish Dholakia
|
a31a05d45d
|
feat(dynamic_rate_limiter.py): working e2e
|
2024-06-22 14:41:22 -07:00 |
|
Krrish Dholakia
|
532f24bfb7
|
refactor: instrument 'dynamic_rate_limiting' callback on proxy
|
2024-06-22 00:32:29 -07:00 |
|
Krish Dholakia
|
f192b76ed4
|
Merge pull request #4344 from BerriAI/litellm_refactor_langfuse_slack_trace_url
refactor(litellm_logging.py): refactors how slack_alerting generates langfuse trace url
|
2024-06-21 23:37:38 -07:00 |
|
Ishaan Jaff
|
29c2155796
|
fix cost tracking by tags
|
2024-06-21 16:49:57 -07:00 |
|
Krrish Dholakia
|
2584120012
|
refactor(litellm_logging.py): refactors how slack_alerting generates langfuse trace url
gets the url from logging object
|
2024-06-21 16:12:25 -07:00 |
|
Krrish Dholakia
|
941574a921
|
fix(proxy/utils.py): fix add langfuse trace id to alert
Fixing the import after refactor
|
2024-06-21 14:55:09 -07:00 |
|
Krrish Dholakia
|
5912decd19
|
fix(proxy/utils.py): fix bool on check
|
2024-06-21 14:29:38 -07:00 |
|
Krrish Dholakia
|
df3afa652f
|
fix(proxy/utils.py): fix linting error
|
2024-06-20 14:13:38 -07:00 |
|
Krrish Dholakia
|
2623bb260f
|
fix(litellm_logging.py): fix lago callback logic
|
2024-06-17 09:10:19 -07:00 |
|
Krish Dholakia
|
f2b3770869
|
Merge pull request #4216 from BerriAI/litellm_refactor_logging
refactor(utils.py): Cut down utils.py to <10k lines.
|
2024-06-15 15:19:42 -07:00 |
|
Krrish Dholakia
|
af88e55d46
|
fix(utils.py): move 'set_callbacks' to litellm_logging.py
|
2024-06-15 12:02:30 -07:00 |
|
Krrish Dholakia
|
4f91205530
|
refactor(utils.py): refactor Logging to it's own class. Cut down utils.py to <10k lines.
Easier debugging
Reference: https://github.com/BerriAI/litellm/issues/4206
|
2024-06-15 10:57:20 -07:00 |
|
Ishaan Jaff
|
da3ae00bd6
|
fix - proxy refactor user_api_key_auth
|
2024-06-15 10:33:58 -07:00 |
|
Ishaan Jaff
|
4bfd46d0a6
|
Merge pull request #4209 from BerriAI/litellm_send_email_alerts_budget_exceeded
[Feat] send email alerts when budget exceeded
|
2024-06-14 20:23:19 -07:00 |
|
Ishaan Jaff
|
52b54da354
|
fix -better debugging before sending emails
|
2024-06-14 17:38:33 -07:00 |
|
Krrish Dholakia
|
e18002023a
|
fix(slack_alerting.py): allow new 'alerting_metadata' arg
Allows user to pass in additional alerting metadata for debugging
|
2024-06-14 16:06:47 -07:00 |
|
Krrish Dholakia
|
d8acda9f39
|
fix(proxy/utils.py): fix reset monthly budget
fix to reset at the same time each month (not at start of month)
|
2024-06-14 14:41:06 -07:00 |
|
Krish Dholakia
|
e61cd2e1e2
|
Merge branch 'main' into litellm_redis_cache_usage
|
2024-06-13 22:07:21 -07:00 |
|
Krrish Dholakia
|
f65752c18b
|
feat(proxy/utils.py): allow budget duration in months
Closes https://github.com/BerriAI/litellm/issues/4042
|
2024-06-13 16:52:17 -07:00 |
|
Krrish Dholakia
|
76c9b715f2
|
fix(parallel_request_limiter.py): use redis cache, if available for rate limiting across instances
Fixes https://github.com/BerriAI/litellm/issues/4148
|
2024-06-12 10:35:48 -07:00 |
|
Krrish Dholakia
|
31cb1269f5
|
fix(proxy/_types.py): support logging k,v pairs to spend logs with spend_logs_metadata param
|
2024-06-12 08:42:35 -07:00 |
|
Ishaan Jaff
|
f2abac748e
|
fix refactor management endpoint utils
|
2024-06-11 16:16:10 -07:00 |
|
Ishaan Jaff
|
13cb49688a
|
feat - log management endpoint logs to otel
|
2024-06-11 16:09:11 -07:00 |
|
Ishaan Jaff
|
a4589e33dd
|
Merge pull request #4071 from BerriAI/litellm_log_db_exceptions_otel
[FEAT] OTEL - LOG DB Exceptions
|
2024-06-07 17:13:20 -07:00 |
|
Ishaan Jaff
|
718b547646
|
Merge branch 'main' into litellm_security_fix
|
2024-06-07 16:52:25 -07:00 |
|
Ishaan Jaff
|
ac722d02ce
|
feat - log DB exceptions to OTEL
|
2024-06-07 16:48:55 -07:00 |
|
Ishaan Jaff
|
15c0d334e8
|
fix logic for deep copying otel spans / traces
|
2024-06-07 15:10:05 -07:00 |
|
Krrish Dholakia
|
51fb199329
|
fix(proxy/utils.py): handle user param being none
|
2024-06-07 14:35:16 -07:00 |
|
Ishaan Jaff
|
8501494072
|
fix - use safe_deep copy from litellm
|
2024-06-07 14:11:55 -07:00 |
|
Ishaan Jaff
|
d9dacc1f43
|
Merge pull request #4065 from BerriAI/litellm_use_common_func
[Refactor] - Refactor proxy_server.py to use common function for `add_litellm_data_to_request`
|
2024-06-07 14:02:17 -07:00 |
|
Ishaan Jaff
|
2cf3133669
|
Merge branch 'main' into litellm_svc_logger
|
2024-06-07 14:01:54 -07:00 |
|
Ishaan Jaff
|
7ef7bc8a9a
|
fix simplify - pass litellm_parent_otel_span
|
2024-06-07 13:48:21 -07:00 |
|
Krrish Dholakia
|
b41d7f5d51
|
fix(proxy/utils.py): security fix
use typed dict for spendlogs payload. assert no sensitive information logged.
|
2024-06-07 13:44:11 -07:00 |
|
Ishaan Jaff
|
9a5e63d3e8
|
fix import Span
|
2024-06-07 10:00:33 -07:00 |
|
Ishaan Jaff
|
c7545be275
|
feat - use safe safe_deep_copy
|
2024-06-07 08:49:47 -07:00 |
|
Ishaan Jaff
|
37e7a7b2d5
|
fix - log_to_opentelemetry
|
2024-06-06 22:28:01 -07:00 |
|
Ishaan Jaff
|
a3e6d557b2
|
add _to_ns to utils
|
2024-06-06 21:30:55 -07:00 |
|
Krrish Dholakia
|
7ddca8d834
|
fix(proxy_server.py): fix backoff attempt logging
make sure backoff uses our logging handler to log info to
|
2024-06-06 14:08:31 -07:00 |
|
Ishaan Jaff
|
b6825977c5
|
fix - fix redirecting after logging in
|
2024-06-05 15:37:45 -07:00 |
|
Ishaan Jaff
|
190ba2a3b9
|
fix allow PROXY_ADMIN_VIEW_ONLY to create an account
|
2024-05-31 17:29:17 -07:00 |
|
Ishaan Jaff
|
6166381579
|
fix migrate to LitellmUserRoles
|
2024-05-30 13:57:50 -07:00 |
|
Ishaan Jaff
|
7d5fe910f2
|
fix - make email alerting free
|
2024-05-27 19:27:20 -07:00 |
|