Commit Graph

12247 Commits

Author SHA1 Message Date
Krrish Dholakia
f168e35629 build(config.yml): add pillow to ci/cd 2024-05-28 21:39:09 -07:00
Krrish Dholakia
1ebae6e7b0 fix(router.py): support comma-separated model list for batch completion fastest response 2024-05-28 21:34:37 -07:00
Krrish Dholakia
20106715d5 feat(proxy_server.py): enable batch completion fastest response calls on proxy
introduces new `fastest_response` flag for enabling the call
2024-05-28 20:09:31 -07:00
Krrish Dholakia
ecd182eb6a feat(router.py): support fastest response batch completion call
returns fastest response. cancels others.
2024-05-28 19:44:41 -07:00
Krrish Dholakia
3558f06de2 fix(model_dashboard.tsx): fix adding model on ui 2024-05-28 17:29:02 -07:00
Krish Dholakia
b5c89a249a
Merge pull request #3883 from BerriAI/litellm_anthropic_parallel_streaming_fix
fix(anthropic.py): fix parallel streaming on anthropic.py
2024-05-28 17:21:57 -07:00
Krrish Dholakia
324bf027f5 fix(anthropic.py): fix parallel streaming on anthropic.py
prevent parallel requests from cancelling each other

Fixes https://github.com/BerriAI/litellm/issues/3881
2024-05-28 16:29:09 -07:00
Krish Dholakia
77e9008eb0
Merge pull request #2888 from rick-github/ollama-image-handling
Update ollama.py for image handling
2024-05-28 10:25:06 -07:00
Ishaan Jaff
6a6f163d51 ui - mount 2024-05-28 08:55:01 -07:00
Ishaan Jaff
ddd0005ed1 bump: version 1.38.12 → 1.39.0 2024-05-28 08:15:37 -07:00
Ishaan Jaff
e6789a0150 fix app mounting ui 2024-05-28 08:14:15 -07:00
Ishaan Jaff
83d381bdb2 ui - new build, release 2024-05-28 08:10:34 -07:00
Ishaan Jaff
cea10e21e7 bump: version 1.38.11 → 1.38.12 2024-05-28 08:10:34 -07:00
Ishaan Jaff
2069e36d1d
Merge pull request #3874 from BerriAI/litellm_make_email_alerts_free
[Feat] Add, Test Email Alerts on Admin UI
2024-05-28 08:09:14 -07:00
frob
c6af8977f6
Fix typo 2024-05-28 17:00:08 +02:00
frob
19194ece78
Add tests for ollama image handling 2024-05-28 16:48:15 +02:00
frob
17f49a4015
Merge branch 'BerriAI:main' into ollama-image-handling 2024-05-28 09:18:36 +02:00
Ishaan Jaff
c712d7cda1 fix linting 2024-05-27 23:37:21 -07:00
Ishaan Jaff
51fdb2979a ui - email alerting 2024-05-27 23:29:14 -07:00
Ishaan Jaff
66feb7f884 feat -working email settins 2024-05-27 23:21:16 -07:00
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 Dholakia
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 Dholakia
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 Jaff
4b0a8ff1f8
Merge pull request #3872 from BerriAI/litellm_make_email_alerts_free
[Feat] Make Email alerting Free Tier, but customizing emails enterprise
2024-05-27 19:46:03 -07:00
Ishaan Jaff
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 Dholakia
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 Dholakia
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 Dholakia
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 Dholakia
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 Jaff
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