Commit Graph

12066 Commits

Author SHA1 Message Date
Ishaan Jaff
2e5c625f8b ci/cd run again 2024-05-24 20:56:52 -07:00
Ishaan Jaff
312dbe4432 bump: version 1.38.2 → 1.38.3 2024-05-24 20:55:50 -07:00
Ishaan Jaff
9d3b2e7e0d test alerting 2024-05-24 20:54:17 -07:00
Ishaan Jaff
732d57cf48
Merge pull request #3829 from BerriAI/litellm_send_alerts_making_new_key
[Feat] - send Email alerts when making new key
2024-05-24 20:42:25 -07:00
Ishaan Jaff
bd5dc40340
Merge branch 'main' into litellm_send_alerts_making_new_key 2024-05-24 20:42:17 -07:00
Krrish Dholakia
ae787645da fix(router.py): fix pre call check
only check if response_format supported by model, if pre-call check enabled
2024-05-24 20:09:15 -07:00
Krrish Dholakia
9b90f91515 feat(ui): settings.tsx
enable/disable outage alerts on admin ui
2024-05-24 20:04:15 -07:00
Krish Dholakia
d25ed9c4d3
Merge pull request #3828 from BerriAI/litellm_outage_alerting
fix(slack_alerting.py): support region based outage alerting
2024-05-24 19:13:17 -07:00
Krrish Dholakia
e8df9c4041 fix(factory.py): fix linting error 2024-05-24 19:12:09 -07:00
Krrish Dholakia
8dec87425e feat(slack_alerting.py): refactor region outage alerting to do model based alerting instead
Unable to extract azure region from api base, makes sense to start with model alerting and then move to region
2024-05-24 19:10:33 -07:00
Ishaan Jaff
f6d7d0e520 fix - update webhook event validation 2024-05-24 18:31:10 -07:00
Ishaan Jaff
db54599222 feat - send email on api key created 2024-05-24 18:14:45 -07:00
Ishaan Jaff
1434e5b66a feat - customize logo, support contact on email 2024-05-24 18:12:51 -07:00
Ishaan Jaff
fb7fe2b87c feat - send send_key_created_email 2024-05-24 17:59:15 -07:00
Ishaan Jaff
dba35536e9 feat - resize logo 2024-05-24 17:54:38 -07:00
Ishaan Jaff
41879ae002 feat - email alerts on /key/generate 2024-05-24 17:33:15 -07:00
Ishaan Jaff
fa49833cdf feat - send email on new key created 2024-05-24 17:30:06 -07:00
Krrish Dholakia
2cdb0584d1 fix(slack_alerting.py): fixes for outage alerting 2024-05-24 17:17:17 -07:00
Krrish Dholakia
f8350b9461 fix(slack_alerting.py): support region based outage alerting 2024-05-24 16:59:16 -07:00
Ishaan Jaff
354fe584e7
Merge pull request #3826 from BerriAI/litellm_send_email_alerts
[Feat] Enterprise - Send Email Alerts when user, key crosses budget
2024-05-24 16:51:01 -07:00
Ishaan Jaff
36916852ad fix - user_id_information 2024-05-24 15:37:36 -07:00
Ishaan Jaff
c43a4dff7f use litellm prefix in all emails 2024-05-24 15:32:51 -07:00
Ishaan Jaff
06370d24b4 feat - email alerts 2024-05-24 15:23:36 -07:00
Ishaan Jaff
4f4607a4df fix - send email alert when token crossed it's budget 2024-05-24 15:22:28 -07:00
Ishaan Jaff
c3dd0a1470 feat check SMTP_SENDER_EMAIL + put behind enterprise license 2024-05-24 14:37:53 -07:00
Ishaan Jaff
9bcbb6cc8b feat - send send_email_alert_using_smtp 2024-05-24 14:29:00 -07:00
Ishaan Jaff
268d4f7665 fix send_email update 2024-05-24 14:23:27 -07:00
Krish Dholakia
bcd7534153
Merge pull request #3780 from nirga/traceloop-failures
Log errors in Traceloop Integration
2024-05-24 14:23:26 -07:00
Nir Gazit
7c279e05a7 fix(traceloop): log errors 2024-05-24 22:05:31 +03:00
Ishaan Jaff
7e9777e93c
Merge pull request #3822 from BerriAI/docs_add_using_vllm
docs - using vllm with litellm proxy server
2024-05-24 10:20:20 -07:00
Krish Dholakia
391a31c0ce
Merge pull request #3812 from afbarbaro/main
Fix issue with delta being None when Deferred / Async Content Filter is enabled on Azure OpenAI
2024-05-24 10:05:08 -07:00
Ishaan Jaff
299ff70db8 docs - using vllm with litellm proxy server 2024-05-24 09:55:34 -07:00
Andres Barbaro
8165dd6b5a Update test 2024-05-24 11:48:35 -05:00
Krrish Dholakia
f8a82f5779 build(render.yaml): fix health check route 2024-05-24 09:45:28 -07:00
Krrish Dholakia
cf4ca0ef64 build(render.yaml): fixes with redhat extension 2024-05-24 09:33:24 -07:00
Krrish Dholakia
3ec0f8f591 build(render.yaml): render.yaml fixes 2024-05-24 09:28:57 -07:00
Krrish Dholakia
2b865ec12c build(render.yaml): fix image name 2024-05-24 09:21:36 -07:00
Krish Dholakia
beb51f5271
Update README.md 2024-05-24 09:19:48 -07:00
Krish Dholakia
41d564857c
Update README.md 2024-05-24 09:19:28 -07:00
Ishaan Jaff
466accd4f5
Merge pull request #3462 from ffreemt/main
Add return_exceptions to batch_completion (retry)
2024-05-24 09:19:10 -07:00
Krrish Dholakia
4a63411f6c build(render.yaml): add render.yaml to github 2024-05-24 09:15:20 -07:00
Andres Barbaro
2e5278990d Improve test 2024-05-24 11:11:43 -05:00
Krish Dholakia
16331b438f
Update README.md 2024-05-24 09:07:32 -07:00
Andres Barbaro
638984b764 Remove unnecessary import 2024-05-24 11:00:29 -05:00
Krrish Dholakia
9698fc77fd docs(input.md): add clarifai supported input params to docs 2024-05-24 08:57:50 -07:00
Andres Barbaro
565a7f1ce2 Add test to validate chunks with no delta are processed correctly 2024-05-24 10:57:35 -05:00
Krrish Dholakia
1ec289bfbe docs(clarifai.md): add clarifai to docs 2024-05-24 08:55:02 -07:00
Krrish Dholakia
2af4948af4 feat(proxy_server.py): add setup instructions for UI 2024-05-24 08:15:44 -07:00
Ishaan Jaff
18f8287e29 ci/cd run again 2024-05-23 21:23:13 -07:00
Ishaan Jaff
7d2c76f640 fix test_filter_invalid_params_pre_call_check 2024-05-23 21:16:32 -07:00