Commit graph

2533 commits

Author SHA1 Message Date
Ishaan Jaff
790ff5f42f 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
6db0c55ace fix- proxy - handle case when unknown role 2024-06-04 21:13:04 -07:00
Krish Dholakia
e678dce88b 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
7127e6bcd8 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
b184eaa267 feat - log to s3 buckets through litellm Admin UI 2024-06-04 18:28:42 -07:00
Ishaan Jaff
a9ab683ce6 ui -fix types for allowed logging callbacks 2024-06-04 18:22:43 -07:00
Ishaan Jaff
883cf677fb fix types on callback names and vars required 2024-06-04 18:09:12 -07:00
Ishaan Jaff
d222071fb1 fix - improve logic for all_available_callbacks 2024-06-04 18:08:27 -07:00
Krrish Dholakia
33532716ff docs(assistants.md): update assistants doc with azure tutorial 2024-06-04 16:53:07 -07:00
Ishaan Jaff
c1750416df add type for AllCallbacks 2024-06-04 16:33:42 -07:00
Krrish Dholakia
20cb525a5c feat(assistants/main.py): add assistants api streaming support 2024-06-04 16:30:35 -07:00
Krrish Dholakia
7432c6a4d9 fix(utils.py): fix cost calculation for openai-compatible streaming object 2024-06-04 10:36:25 -07:00
Ishaan Jaff
87acfc001f fix proxy config.yaml 2024-06-04 09:40:34 -07:00
Ishaan Jaff
8c5795cba9 fix otel logging fixes 2024-06-04 08:53:33 -07:00
Ishaan Jaff
464c02e333 ui - new build 2024-06-03 21:15:00 -07:00
Ishaan Jaff
73fffb4a70 ui - new build 2024-06-03 21:09:29 -07:00
Ishaan Jaff
c3786a9545 feat - use inlcusive analytics on proxy 2024-06-03 20:49:21 -07:00
Ishaan Jaff
ddc8b158ef feat - filter analytics by customer 2024-06-03 20:42:17 -07:00
Ishaan Jaff
c39c744970 feat - get all unique end_users 2024-06-03 20:19:12 -07:00
Ishaan Jaff
f97f0b0462 feat - backend changes for filtering by api key 2024-06-03 19:30:12 -07:00
Ishaan Jaff
89a24da78e feat - filter model metrics by api key 2024-06-03 18:53:01 -07:00
Ishaan Jaff
1346d8c632 Merge pull request #3994 from BerriAI/litellm_ui_select_spend_by_tag
[Feat] Admin UI - Multi-Select Tags, Viewing spend by tags
2024-06-03 16:44:02 -07:00
Ishaan Jaff
74c8522067 fix - working filter by tag query 2024-06-03 15:12:09 -07:00
Ishaan Jaff
8336a6dcdc get all tags on ui 2024-06-03 14:21:35 -07:00
Krrish Dholakia
46a0ac7953 fix(main.py): fix ahealth_check to infer mode when custom_llm_provider/model_name used 2024-06-03 14:06:36 -07:00
Ishaan Jaff
add8761a96 feat - return all tag names 2024-06-03 14:02:03 -07:00
Ishaan Jaff
6ee073928b Merge pull request #3983 from BerriAI/litellm_log_request_boddy_langfuse
[Feat] Log Raw Request from LiteLLM on Langfuse - when `"log_raw_request": true`
2024-06-03 13:42:06 -07:00
Krrish Dholakia
a2cf59a308 fix(langfuse.py): log litellm response cost as part of langfuse metadata 2024-06-03 12:58:30 -07:00
Ishaan Jaff
5b9f6353e7 fix logging raw request to langfuse 2024-06-03 07:54:34 -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
Ishaan Jaff
bc282d594c ui - new build 2024-05-31 21:49:16 -07:00
Krish Dholakia
c81b436fb3 Delete litellm/proxy/_experimental/out/404/index.html 2024-05-31 21:42:15 -07:00
Krish Dholakia
283bc63387 Delete litellm/proxy/_experimental/out/model_hub/index.html 2024-05-31 21:42:00 -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
1bc3cd0fb9 ui - new build 2024-05-31 18:38:02 -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