Commit graph

12668 commits

Author SHA1 Message Date
Krrish Dholakia
a995a0b172 fix(bedrock_httpx.py): working claude 3 function calling 2024-06-06 20:12:41 -07:00
Krrish Dholakia
a76a9b7d11 feat(bedrock_httpx.py): add support for bedrock converse api
closes https://github.com/BerriAI/litellm/issues/4000
2024-06-05 21:20:36 -07:00
Krrish Dholakia
0d3e52373c fix(proxy/_logging.py): fix default logging level 2024-06-05 17:42:49 -07:00
Krrish Dholakia
71c6065d98 docs(self_serve.md): cleanup images 2024-06-05 17:20:57 -07:00
Krrish Dholakia
ead4db3831 docs(self_server.md): add docs on how to allow users to create their own keys on proxy ui 2024-06-05 17:12:49 -07:00
Krish Dholakia
ff7291abba
Merge pull request #4028 from BerriAI/litellm_user_invite_links
feat(create_user_button.tsx): allow admin to invite user to proxy via user-email/pwd invite-links
2024-06-05 16:32:24 -07:00
Krrish Dholakia
847cf3111d fix(slack_alerting.py): fix email logo url env passed to proxy 2024-06-05 16:26:50 -07:00
Krrish Dholakia
7bef67c486 fix(proxy_server.py): allow internal_user with permissions to create/view/delete their own keys 2024-06-05 16:10:37 -07:00
Krrish Dholakia
e78cf92610 feat(create_user_button.tsx): allow admin to invite user to proxy via invite-links
makes it easier for proxy admin to debug what different roles can/can't do
2024-06-05 15:55:39 -07:00
Ishaan Jaff
94e42dd063
Merge pull request #2980 from grav/patch-1
Use DEBUG level for curl command logging
2024-06-05 13:36:37 -07:00
Ishaan Jaff
4d2337ec72
Merge branch 'main' into patch-1 2024-06-05 13:35:31 -07:00
Ishaan Jaff
de623df7da
Merge pull request #4021 from BerriAI/litellm_fix_div_byzero
[Admin UI] Analytics - fix div by 0 error on /model/metrics
2024-06-05 13:22:10 -07:00
Ishaan Jaff
4b3b1e0245
Merge pull request #4023 from nibalizer/nibz/minor_fix_alert
feat: clarify slack alerting message
2024-06-05 10:53:14 -07:00
Ishaan Jaff
d22b0a81cd
Merge pull request #4024 from BerriAI/litellm_fix_logging_caching_creds
[FIX] Proxy - only log cache credentials in debug mode
2024-06-05 10:47:35 -07:00
Ishaan Jaff
19ac01a0d7 fix - only log cache credentials in debug mode 2024-06-05 09:58:45 -07:00
Spencer Krum
46c78cf33b feat: clarify slack alerting message
Specify the time of the next run, not the interval
2024-06-05 11:57:42 -05:00
Krrish Dholakia
f790d41e7f bump: version 1.40.2 → 1.40.3 2024-06-05 09:33:30 -07:00
Krrish Dholakia
bdffb1f23d fix(types/router.py): add 'drop_params' as a litellm param to router types 2024-06-05 09:12:45 -07:00
Krrish Dholakia
b360ab4c89 fix(azure.py): support dynamic drop params 2024-06-05 09:03:10 -07:00
Krrish Dholakia
60ec3228ed fix(azure.py): fix logprobs naming error
fixing string value
2024-06-05 08:54:53 -07:00
Ishaan Jaff
32b664c009 ui - fix div by 0 error on /model/metrics 2024-06-05 08:51:54 -07:00
Krrish Dholakia
162f9400d2 feat(utils.py): support dynamically setting 'drop_params'
Allows user to turn this on/off for individual calls by passing in as a completion arg
2024-06-05 08:44:04 -07:00
Ishaan Jaff
31e8b34123 docs - show detailed_debug usage 2024-06-05 08:41:42 -07:00
Ishaan Jaff
a0f2aac3a3 docs - define litellm SLA 2024-06-05 08:34:21 -07:00
Ishaan Jaff
6b57352400 fix VertexAIException APIError 2024-06-04 22:11:11 -07:00
Ishaan Jaff
03c501bac1 ui - new build 2024-06-04 21:37:12 -07:00
Ishaan Jaff
d6ba50319c fix langfuse log metadata 2024-06-04 21:34:49 -07:00
Ishaan Jaff
edb34a5439
Merge pull request #4016 from BerriAI/litellm_fix_internal_user_login
[Fix] Admin UI Internal Users
2024-06-04 21:34:38 -07:00
Ishaan Jaff
39f4f1728f fix ci/cd OTEL callback test 2024-06-04 21:27:34 -07:00
Krrish Dholakia
99baafb96b docs(assistants.md): cleanup quickstart docs 2024-06-04 21:17:43 -07:00
Krrish Dholakia
9fd5986bbc docs(assistants.md): update docs for streaming w/ assistants api 2024-06-04 21:16:50 -07:00
Ishaan Jaff
d7c6e019b8 fix- proxy - handle case when unknown role 2024-06-04 21:13:04 -07:00
Ishaan Jaff
f4f7a058f4 ui - fix show internal_user -> Internal User on UI 2024-06-04 21:11:55 -07:00
Krish Dholakia
c544ba3654
Merge pull request #4009 from BerriAI/litellm_fix_streaming_cost_cal
fix(utils.py): fix cost calculation for openai-compatible streaming object
2024-06-04 21:00:22 -07:00
Krish Dholakia
d6f4233441
Merge pull request #4015 from BerriAI/litellm_stream_options_fix_2
feat(utils.py): Support `stream_options` param across all providers
2024-06-04 20:59:39 -07:00
Krish Dholakia
2d9a251147
Merge pull request #4012 from BerriAI/litellm_assistants_streaming
feat(assistants/main.py): add assistants api streaming support
2024-06-04 20:58:02 -07:00
Ishaan Jaff
1713ca9c0b
Merge pull request #4014 from BerriAI/litellm_ui_set_all_callbacks_ui
[Feat] Admin UI - Add, Edit all LiteLLM callbacks on UI
2024-06-04 20:19:36 -07:00
Krrish Dholakia
1a95660495 fix(test_completion.py): fix predibase test to be mock + fix optional param mapping for predibase 2024-06-04 20:06:23 -07:00
Krrish Dholakia
cc10aefc6e fix(predibase.py): add better error message 2024-06-04 19:55:15 -07:00
Krrish Dholakia
43af5575c8 fix(utils.py): fix 2024-06-04 19:41:20 -07:00
Krrish Dholakia
54dacfdf61 feat(utils.py): support 'stream_options' param across all providers
Closes https://github.com/BerriAI/litellm/issues/3553
2024-06-04 19:03:26 -07:00
Ishaan Jaff
add228d64e feat - log to s3 buckets through litellm Admin UI 2024-06-04 18:28:42 -07:00
Krrish Dholakia
34f31a1994 fix(utils.py): add coverage for text openai and databricks 2024-06-04 18:27:03 -07:00
Ishaan Jaff
dcc3477cd5 ui - link to litellm for logging providers 2024-06-04 18:25:00 -07:00
Ishaan Jaff
8614be7313 ui -fix types for allowed logging callbacks 2024-06-04 18:22:43 -07:00
Krrish Dholakia
9aa29854de fix(utils.py): fix stream options to return consistent response object 2024-06-04 18:17:45 -07:00
Ishaan Jaff
03b2757eb4 fix ui new Title component 2024-06-04 18:10:57 -07:00
Ishaan Jaff
da6702de7f fix types on callback names and vars required 2024-06-04 18:09:12 -07:00
Ishaan Jaff
0773596235 fix - improve logic for all_available_callbacks 2024-06-04 18:08:27 -07:00
Ishaan Jaff
5fd38faa64 ui - edit callbacks and test on ui 2024-06-04 18:06:26 -07:00