Commit Graph
12839 Commits
Author SHA1 Message Date
Ishaan Jaff 24c80e6bc7 fix - testing email alerting 2024-05-27 22:46:45 -07:00
Ishaan Jaff b5f88b67b3 fix - validation for email alerting 2024-05-27 22:38:17 -07:00
Ishaan Jaff 0a50deb6dc ui - setup / test email alerting 2024-05-27 22:37:12 -07:00
Krish DholakiaandGitHub 073bca78d4 Merge pull request #3873 from BerriAI/litellm_invite_users_via_link
feat(proxy_server.py): CRUD endpoints for controlling 'invite link' flow
2024-05-27 20:37:05 -07:00
Krish DholakiaandGitHub bcbc250a12 Merge branch 'main' into litellm_invite_users_via_link 2024-05-27 20:36:43 -07:00
Krrish Dholakia 86b66c13a4 feat(proxy_server.py): allow admin to invite users via invite link
Closes https://github.com/BerriAI/litellm/issues/3863
2024-05-27 20:32:25 -07:00
Ishaan JaffandGitHub 4b0a8ff1f8 Merge pull request #3872 from BerriAI/litellm_make_email_alerts_free
[Feat] Make Email alerting Free Tier, but customizing emails enterprise
v1.38.11
2024-05-27 19:46:03 -07:00
Ishaan JaffandGitHub e1b46d4b6e Merge pull request #3870 from BerriAI/litellm_rename_end_user
[Feat] Rename `/end/user/new` -> `/customer/new` (maintain backwards compatibility)
2024-05-27 19:42:14 -07:00
Ishaan Jaff 8d0bd9d8f1 ffeat - make email alerting a free feature 2024-05-27 19:40:47 -07:00
Ishaan Jaff 528003bc61 docs - Email Notifications 2024-05-27 19:38:42 -07:00
Ishaan Jaff 7d5fe910f2 fix - make email alerting free 2024-05-27 19:27:20 -07:00
Ishaan Jaff 0feeb53868 fix - working customer/delete 2024-05-27 19:24:20 -07:00
Krish DholakiaandGitHub 9c8af6676c Merge pull request #3869 from BerriAI/litellm_public_model_hubg
Admin UI - Public model hub
2024-05-27 19:14:11 -07:00
Krrish Dholakia 6b50e656b8 fix(main.py): pass extra headers through for async calls 2024-05-27 19:11:40 -07:00
Ishaan Jaff f588616498 fix - /customer/update 2024-05-27 19:02:20 -07:00
Krrish Dholakia 24eb79da91 test(test_bedrock_completion.py): refactor test bedrock headers test 2024-05-27 19:01:07 -07:00
Ishaan Jaff cac63fa0d9 docs - info about anthropic 2024-05-27 18:44:42 -07:00
Krrish Dholakia 6a57f09208 style(model_dashboard.tsx): refactor 2024-05-27 18:41:02 -07:00
Krrish Dholakia 322a8218c0 fix(openai.py): fix deepinfra config optional param 2024-05-27 18:36:34 -07:00
Krish DholakiaandGitHub 60c06cd7df Merge pull request #3871 from BerriAI/litellm_custom_pricing_ui_fix
fix(model_dashboard.tsx): accurately show the input/output cost per token when custom pricing is set
2024-05-27 18:35:54 -07:00
Krish DholakiaandGitHub dec482031b Merge branch 'main' into litellm_custom_pricing_ui_fix 2024-05-27 18:35:47 -07:00
Krrish Dholakia d54c1f2da0 fix(model_dashboard.tsx): accurately show the input/output cost per token when custom pricing is set 2024-05-27 18:33:26 -07:00
Ishaan Jaff 24f0b82755 feat - add validation for existing customers 2024-05-27 18:29:09 -07:00
Ishaan Jaff cdf32ebf0e docs string - > end user /new 2024-05-27 18:20:44 -07:00
Ishaan Jaff 8792b8c7fa docs - rename end user -> customer 2024-05-27 18:18:58 -07:00
Krish DholakiaandGitHub 37f11162d2 Merge pull request #3847 from paneru-rajan/improve-validate-fallback-method
Improve validate-fallbacks method
2024-05-27 18:18:35 -07:00
Ishaan Jaff 9b8c143601 feat - rename end_user -> customer 2024-05-27 18:17:46 -07:00
Krrish Dholakia 17aa5aa214 fix(openai.py): fix deepinfra supported params 2024-05-27 18:12:17 -07:00
Krrish Dholakia 4516daec90 feat(model_hub.tsx): enable admin to expose a public model hub 2024-05-27 17:45:45 -07:00
Ishaan JaffandGitHub d71bb96047 Merge pull request #3868 from BerriAI/litellm_show_updated_created_models
[Feat] Show Created at, Created by on `Models` Page
2024-05-27 16:32:29 -07:00
Ishaan JaffandGitHub 69f4421356 Merge pull request #3865 from BerriAI/litellm_fix_model_activity
fix - Admin UI show activity by model_group
2024-05-27 16:32:03 -07:00
Ishaan Jaff ef7f3bc4fe backend - add audit logs for adding models 2024-05-27 16:29:51 -07:00
Ishaan Jaff 1b4a0a9488 fix clean up models page 2024-05-27 16:03:21 -07:00
Ishaan Jaff 5fe6fea9c8 ui -clean up models default value 2024-05-27 15:58:43 -07:00
Ishaan Jaff eccda76edc router - include updated at and created at in model info 2024-05-27 15:53:16 -07:00
Ishaan Jaff 9198f00339 ui - show created at and updated at on models page 2024-05-27 15:41:55 -07:00
Krrish Dholakia f69f372135 feat(model_hub/page.tsx): public model hub page for users
allow admin to expose a public model hub page for users to see available models w/ params
2024-05-27 14:28:05 -07:00
Krrish Dholakia 67da24f144 fix(fix-'get_model_group_info'-to-return-a-default-value-if-unmapped-model-group): allows model hub to return all model groupss 2024-05-27 13:53:01 -07:00
Ishaan Jaff ce41778b6f fix - show activity by model_group 2024-05-27 11:25:16 -07:00
Krrish Dholakia 54e4a2f7ac build(ui): user_dashboard.tsx
fix default team spend calc
2024-05-27 11:08:47 -07:00
Krish DholakiaandGitHub 1c31b313ed Merge pull request #3857 from BerriAI/litellm_fix_user_tpm_rpm_limits
fix(parallel_request_limiter.py): fix user+team tpm/rpm limit check
2024-05-27 09:55:16 -07:00
Krrish Dholakia 1f12874eb4 docs(troubleshoot.md): cleanup docs 2024-05-27 09:51:35 -07:00
Ishaan JaffandGitHub b29994a0ae Merge pull request #3859 from BerriAI/litellm_show_openai_params_model_hub
[Feat] Show supported OpenAI params on model hub
2024-05-27 09:28:04 -07:00
Ishaan JaffandGitHub 75222d7d4b Merge branch 'main' into litellm_show_openai_params_model_hub 2024-05-27 09:27:56 -07:00
Ishaan Jaff 3ed26d963b ui - new build 2024-05-27 09:23:54 -07:00
Ishaan Jaff 8ff66cf419 fix supported_openai_params 2024-05-27 09:22:42 -07:00
Krrish Dholakia 1e877d18a9 bump: version 1.38.10 → 1.38.11 2024-05-27 09:18:07 -07:00
Krrish Dholakia f0f853b941 fix(utils.py): support deepinfra optional params
Fixes https://github.com/BerriAI/litellm/issues/3855
2024-05-27 09:16:56 -07:00
Ishaan Jaff bd65f89c74 ui - new build 2024-05-27 09:16:24 -07:00
Ishaan Jaff 752e432b23 ui - fix showing openai params 2024-05-27 09:10:49 -07:00