Commit graph

1794 commits

Author SHA1 Message Date
Ishaan Jaff
8336a6dcdc get all tags on ui 2024-06-03 14:21:35 -07:00
Ishaan Jaff
add8761a96 feat - return all tag names 2024-06-03 14:02:03 -07:00
Krrish Dholakia
d0c94edc50 feat(proxy_server.py): log litellm api version on llm api calls
Closes https://github.com/BerriAI/litellm/issues/3673
2024-06-01 19:49:57 -07:00
Krrish Dholakia
4ffbd80584 fix(router.py): simplify scheduler
move the scheduler poll queuing logic into the router class, making it easier to use
2024-06-01 16:09:57 -07:00
Krrish Dholakia
75385d13bf fix(proxy_server.py): security fix - fix sql injection attack on global spend logs 2024-06-01 14:16:41 -07:00
Krrish Dholakia
de62c5f565 docs(assistants.md): add assistants api to docs 2024-06-01 10:30:07 -07:00
Krish Dholakia
1529f665cc Merge pull request #3954 from BerriAI/litellm_simple_request_prioritization
feat(scheduler.py): add request prioritization scheduler
2024-05-31 23:29:09 -07:00
Krrish Dholakia
9ec585dfaf docs(proxy_server.py): add link to customize swagger docs on base url 2024-05-31 22:06:25 -07:00
Krrish Dholakia
7814ebd727 fix(proxy_server.py): fix naming conflict 2024-05-31 19:41:53 -07:00
Krrish Dholakia
27c2753aaf docs(scheduler.md): add request prioritization to docs 2024-05-31 19:35:47 -07:00
Krrish Dholakia
8ff137bce3 feat(scheduler.py): add request prioritization scheduler
allow user to set priority for a request
2024-05-31 18:51:13 -07:00
Ishaan Jaff
9a8fe64ab2 fix include request_typ in key_generate requests 2024-05-31 18:46:59 -07:00
Krish Dholakia
c049b6b4af Merge pull request #3936 from BerriAI/litellm_assistants_api_proxy
feat(proxy_server.py): add assistants api endpoints to proxy server
2024-05-31 18:43:22 -07:00
Ishaan Jaff
6b3be7a194 Merge pull request #3953 from BerriAI/litellm_ui_allow_users_to_sign_in_with_links
UI  - allow users to sign in with with email/password
2024-05-31 18:36:30 -07:00
Ishaan Jaff
a1b037c6f5 Merge branch 'main' into litellm_ui_invite_for_spend_viewer 2024-05-31 18:36:07 -07:00
Ishaan Jaff
446f923e06 feat - allow sign in with user email and password 2024-05-31 18:34:01 -07:00
Ishaan Jaff
d57eae19fb fix clean up flow for adding ui spend viewers 2024-05-31 17:57:50 -07:00
Ishaan Jaff
f1a8adee25 fix - allow proxy_Admin_viewer /global/activity 2024-05-31 17:45:37 -07:00
Ishaan Jaff
d7209d2feb fix - invirte users with invite links 2024-05-31 17:39:58 -07:00
Ishaan Jaff
c29309508c Merge branch 'main' into litellm_ui_invite_links 2024-05-31 17:30:25 -07:00
Ishaan Jaff
524cfd458a fix allow PROXY_ADMIN_VIEW_ONLY to create an account 2024-05-31 17:29:17 -07:00
Ishaan Jaff
ecad635ea8 Merge pull request #3942 from BerriAI/litellm_send_email_user_new
feat - `send_invite_email`  on /user/new
2024-05-31 17:28:32 -07:00
Ishaan Jaff
ade9d6dae8 feat - onboarding/get_token 2024-05-31 16:20:10 -07:00
Ishaan Jaff
9f6fb4903f fix - when general_settings is None 2024-05-31 13:19:06 -07:00
Ishaan Jaff
ba574469a3 fix test key gen prisma 2024-05-31 10:57:58 -07:00
Ishaan Jaff
024c37099a return correct fields in NewUserResponse 2024-05-31 10:31:19 -07:00
Ishaan Jaff
f3874791a4 fix use send_invite_email on /key/generate 2024-05-31 09:14:25 -07:00
Ishaan Jaff
a7676a28d8 feat - send_invite_email on /user/new 2024-05-31 08:55:49 -07:00
Ishaan Jaff
2d81ecdf8b Merge branch 'main' into litellm_invite_link_flow_2 2024-05-31 08:14:52 -07:00
Krrish Dholakia
2fdf4a7bb4 feat(proxy_server.py): add assistants api endpoints to proxy server 2024-05-30 22:44:43 -07:00
Ishaan Jaff
4ddfc1b98b fix - rate lmit error dashboard 2024-05-30 20:56:05 -07:00
Ishaan Jaff
e981f342bc feat - show global/activity/exception 2024-05-30 17:55:38 -07:00
Krish Dholakia
73e3dba2f6 Merge pull request #3928 from BerriAI/litellm_audio_speech_endpoint
feat(main.py): support openai tts endpoint
2024-05-30 17:30:42 -07:00
Krrish Dholakia
6b4153ff03 fix(main.py): add logging to audio_transcription calls 2024-05-30 16:57:11 -07:00
Krrish Dholakia
eb159b64e1 fix(openai.py): fix openai response for /audio/speech endpoint 2024-05-30 16:41:06 -07:00
Ishaan Jaff
b58c8cd253 fix ui_get_available_role 2024-05-30 16:12:41 -07:00
Ishaan Jaff
eb8cc5a21e fix /user/new 2024-05-30 15:33:23 -07:00
Ishaan Jaff
b7dabe9bed fix literal usage 2024-05-30 14:28:53 -07:00
Ishaan Jaff
89bb364775 fix user_role test 2024-05-30 14:10:08 -07:00
Ishaan Jaff
ff33241ce2 feat - move to using enums for roles 2024-05-30 13:55:45 -07:00
Ishaan Jaff
0dd84b66c2 fix - verbose_proxy_logger debug 2024-05-30 08:09:31 -07:00
Krish Dholakia
7ef23e6fe9 Merge pull request #3910 from BerriAI/litellm_fix_end_user_max_budget
fix(proxy_server.py): fix end user object check when master key used
2024-05-29 18:04:56 -07:00
Ishaan Jaff
60d62c06a5 fix batch tags 2024-05-29 17:51:39 -07:00
Ishaan Jaff
2c35d2ee95 Merge pull request #3897 from BerriAI/litellm_fix_latency_cal
ui  - fix latency analytics on `completion_tokens`
2024-05-29 17:32:17 -07:00
Ishaan Jaff
88e13b8f8b Merge pull request #3894 from BerriAI/litellm_update_analytics_tab
[Feat] UI update analytics tab to show human friendly usage vals
2024-05-29 17:31:21 -07:00
Krrish Dholakia
bb3c786194 fix(proxy_server.py): fix end user object check when master key used
check if end user max budget exceeded for master key
2024-05-29 17:20:59 -07:00
Krrish Dholakia
df0365175a feat(proxy_server.py): emit webhook event whenever customer spend is tracked
Closes https://github.com/BerriAI/litellm/issues/3903
2024-05-29 15:59:32 -07:00
Krrish Dholakia
a4dae8e9f1 docs(customers.md): add customer cost tracking to docs 2024-05-29 14:55:33 -07:00
Ishaan Jaff
0521fec230 fix(proxy_server.py): fix latency calc for avg output token 2024-05-29 09:49:45 -07:00
Ishaan Jaff
467e6dd7dd ui - fix latency analytics completion_tokens 2024-05-29 09:39:53 -07:00