Commit Graph
12839 Commits
Author SHA1 Message Date
Krrish Dholakia a804dfd1b6 test(test_assistants.py): rename test to run earlier in ci pipeline 2024-06-03 22:45:16 -07:00
Krrish Dholakia 90afdd265b test(test_completion.py): fix testing to retry 2024-06-03 22:43:22 -07:00
yujonglee 5b4b4d9a67 update imports 2024-06-04 14:09:28 +09:00
Ishaan Jaff fd1a2a90bf ci/cd run again 2024-06-03 22:03:39 -07:00
yujonglee 2f81f8f2df simple test 2024-06-04 13:56:28 +09:00
Ishaan JaffandGitHub 03a98b2d4d Merge pull request #3991 from BerriAI/litellm_spend_tracking_docs
[Doc] -  Spend tracking with litellm
2024-06-03 21:54:10 -07:00
Ishaan Jaff 7b78f4fc2f docs - spend tracking with litellm 2024-06-03 21:53:07 -07:00
Krrish Dholakia 7c1e2bf01c test(test_completion.py): fix test 2024-06-03 21:40:32 -07:00
Krish DholakiaandGitHub 7311e82f47 Merge pull request #3992 from BerriAI/litellm_router_default_request_timeout
fix(router.py): use `litellm.request_timeout` as default for router clients
2024-06-03 21:37:38 -07:00
Ishaan Jaff 0447dc75ed ui - new build 2024-06-03 21:15:00 -07:00
Ishaan Jaff 14fc5ace66 ui - new build 2024-06-03 21:09:29 -07:00
Krrish Dholakia 3d39d23f24 test(test_clarifai_completion.py): skip clarifai tests - account rate limited 2024-06-03 21:07:57 -07:00
Ishaan JaffandGitHub 0fa370ae44 Merge pull request #3997 from BerriAI/litellm_filter_latency_by_customer
[Admin UI] Filter Model Latency by Customer, API Key
2024-06-03 21:06:25 -07:00
Ishaan Jaff 0a316dbea3 fix inc width 2024-06-03 21:05:37 -07:00
Krish DholakiaandGitHub 5ee3b0f30f Merge pull request #3996 from BerriAI/litellm_azure_assistants_api_support
feat(assistants/main.py): Azure Assistants API support
2024-06-03 21:05:03 -07:00
Ishaan Jaff bd30f1cfc5 fix adjust spacing 2024-06-03 21:02:28 -07:00
Ishaan Jaff 844ae1c1eb fix selectedCustomer 2024-06-03 20:59:36 -07:00
Ishaan Jaff 3a6d5a2dfb feat enforce viweing analytivs by service behing enterprise 2024-06-03 20:55:04 -07:00
Ishaan Jaff c1bac5e89d feat - use inlcusive analytics on proxy 2024-06-03 20:49:21 -07:00
Ishaan Jaff 0c808c8afa fix - analytics use last hour of endTime and first hr startTime 2024-06-03 20:49:05 -07:00
Ishaan Jaff 016b8294b0 feat - filter analytics by customer 2024-06-03 20:42:17 -07:00
Ishaan Jaff 9e6256b688 ui - filter analytics by customer 2024-06-03 20:41:31 -07:00
Ishaan Jaff 856018d5df ui - filter by all customers 2024-06-03 20:30:06 -07:00
Ishaan Jaff 7a1610327f ui - view all end-users on admin ui 2024-06-03 20:26:09 -07:00
Ishaan Jaff f7f1ce9345 feat - get all unique end_users 2024-06-03 20:19:12 -07:00
Ishaan JaffandGitHub 9f29dbaed6 Merge pull request #3995 from BerriAI/litellm_filter_model_analytics_key_alias
[Feat] UI - Filter model latency by API Key Alias
2024-06-03 19:50:01 -07:00
Ishaan Jaff b980bd9367 ui - update model metrics by api key / service 2024-06-03 19:48:01 -07:00
Ishaan Jaff 17d421fc70 feat - backend changes for filtering by api key 2024-06-03 19:30:12 -07:00
Krrish Dholakia 2e8f081a86 fix(main.py): cast to string only if var is not None 2024-06-03 19:25:59 -07:00
Ishaan Jaff 73cc3067cd feat - filter model metrics by api key 2024-06-03 18:53:01 -07:00
Krrish Dholakia 7163bce37b feat(assistants/main.py): Closes https://github.com/BerriAI/litellm/issues/3993 2024-06-03 18:47:05 -07:00
Ishaan Jaff 53fae7b8cc ui - fix filter by color scheme 2024-06-03 18:39:32 -07:00
yujonglee e1df5a94a1 fix missing return in span name 2024-06-04 09:47:20 +09:00
Ishaan Jaff 79859f6a82 ui - basic filter by api key, 2024-06-03 17:43:56 -07:00
yujonglee 0d8a7d5cf0 use inmemory exporter for testing 2024-06-04 09:04:19 +09:00
Ishaan JaffandGitHub 2c12d0445e 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 1a5e02fad8 fix ts errors 2024-06-03 16:43:38 -07:00
Ishaan Jaff 134c7ad9fe feat - put filtering by tags as a enterprise only feature 2024-06-03 16:38:44 -07:00
yujonglee 61c8e9d2ec support both http and grpc 2024-06-04 08:31:31 +09:00
Ishaan Jaff 67312204d7 feat - clea up usage tab 2024-06-03 15:42:37 -07:00
Ishaan Jaff 45cb899687 fix - working filter by tag query 2024-06-03 15:12:09 -07:00
Ishaan Jaff 2ac8f1c6ec get all tags on ui 2024-06-03 14:21:35 -07:00
Krrish Dholakia 1de5235ba0 fix(router.py): use litellm.request_timeout as default for router clients 2024-06-03 14:19:53 -07:00
Ishaan Jaff 991d418984 ui - working filter by tag 2024-06-03 14:15:51 -07:00
Krrish Dholakia 90f5aa7125 fix(main.py): fix ahealth_check to infer mode when custom_llm_provider/model_name used 2024-06-03 14:06:36 -07:00
Krrish Dholakia 5f99938cb8 test(test_amazing_vertex_completion.py): add retries for 'Content has no parts.' error in vertex test 2024-06-03 14:06:36 -07:00
Ishaan Jaff 3d98a462ae feat - return all tag names 2024-06-03 14:02:03 -07:00
Ishaan JaffandGitHub dd7d0a2895 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
Ishaan Jaff 26002006d4 doc - spend tracking with litellm 2024-06-03 13:39:38 -07:00
Krrish Dholakia a019fd05e3 fix(router.py): fix should_retry logic for authentication errors 2024-06-03 13:12:00 -07:00