Commit Graph
11302 Commits
Author SHA1 Message Date
Ishaan JaffandGitHub 9073960c00 Merge pull request #3148 from BerriAI/ui_show_keys_in_users_page
ui - show key_aliases on `Users` Tab
2024-04-18 20:11:47 -07:00
Ishaan Jaff 01b1136631 fix - GetLLMProvider excepton error raise 2024-04-18 20:10:37 -07:00
Ishaan Jaff 554c83fdaf ui - show all alert types when getting all callbacks 2024-04-18 20:08:13 -07:00
Ishaan Jaff 48e53984c0 ui - show all alert types 2024-04-18 20:04:34 -07:00
Krrish Dholakia a05f148c17 fix(tpm_rpm_routing_v2.py): fix tpm rpm routing 2024-04-18 20:01:22 -07:00
Ishaan JaffandGitHub 825622d120 Merge pull request #3149 from BerriAI/ui_clean_up_models
[UI] -  Models Page - Place litellm params in an accordion
2024-04-18 19:49:00 -07:00
John HUandGitHub 6724bf6419 Load google ADC before init AnthropicVertex 2024-04-18 19:48:57 -07:00
Ishaan Jaff dd92c94788 ui - place litellm params in an accordion 2024-04-18 19:22:34 -07:00
Krish DholakiaandGitHub 77a353d484 Merge pull request #3144 from BerriAI/litellm_prometheus_latency_tracking
feat(prometheus_services.py): emit proxy latency for successful llm api requests
2024-04-18 19:10:58 -07:00
Ishaan Jaff b5e8557fa4 ui - show keys user owns on ui 2024-04-18 18:27:41 -07:00
Ishaan JaffandGitHub 0569974a3a Merge pull request #3146 from BerriAI/litellm_improve_users_pg
[UI]- show user_emails in Users Tab
2024-04-18 17:34:48 -07:00
Ishaan Jaff d9091dcf97 fix order by spend 2024-04-18 17:33:38 -07:00
Krrish Dholakia f65005f273 fix(caching.py): fix error logging 2024-04-18 17:21:10 -07:00
Ishaan Jaff b669e2987b fix return key aliases on /user/info 2024-04-18 17:16:52 -07:00
Krrish Dholakia cf1cc71b87 fix(factory.py): add mistral config to known tokenizer configs v1.35.13 2024-04-18 17:11:52 -07:00
Krrish Dholakia 0afb5d6573 fix(caching.py): add call type to service logger object 2024-04-18 16:53:34 -07:00
Ishaan Jaff 8f7bf3ad52 UI - show user_emails 2024-04-18 16:41:06 -07:00
Krrish Dholakia 919a2876f1 fix(proxy/utils.py): add prometheus failed db request tracking 2024-04-18 16:30:29 -07:00
Krrish Dholakia d61250109e fix(proxy/utils.py): add call type and duration to proxy_logging failure calls
this is for tracking failed db requests on prometheus
2024-04-18 16:24:36 -07:00
Ishaan JaffandGitHub eb04a929e6 Merge pull request #3112 from BerriAI/litellm_add_alert_types
[Feat] Allow user to select slack alert types to Opt In to
2024-04-18 16:21:33 -07:00
Ishaan JaffandGitHub 92630cd9da Merge pull request #3136 from Manouchehri/cohere-chat-seed-1
(feat) - Add seed to Cohere Chat.
2024-04-18 16:20:48 -07:00
Ishaan JaffandGitHub 8958bbeac9 Merge pull request #3142 from BerriAI/litellm_slack_alerting_show_model_passed
[Fix] Show `model` passed on `"400: {'error': 'Invalid model name passed in mode` errors 👻
2024-04-18 16:18:17 -07:00
Krrish Dholakia 48d3b563d8 docs(prometheus.md): add litellm service metrics to prometheus docs 2024-04-18 16:06:12 -07:00
Krrish Dholakia 0f95a824c4 feat(prometheus_services.py): emit proxy latency for successful llm api requests
uses prometheus histogram for this
2024-04-18 16:04:35 -07:00
Ishaan JaffandGitHub 6cfa80c42a Merge pull request #3140 from BerriAI/litellm_trim_messages
[Fix] Slack Alerting -  trim messages to first 100 chars
2024-04-18 16:01:39 -07:00
Ishaan Jaff 1031ffdae5 test - invalid model name passed test 2024-04-18 15:46:49 -07:00
Ishaan Jaff b308f8c079 fix - show model passed in on Invalid model name passed in error 2024-04-18 15:43:30 -07:00
Ishaan Jaff e20b05d6dd fix trim messages to first 100 chars 2024-04-18 15:21:31 -07:00
David Manouchehri f65c02d43a (feat) - Add seed to Cohere Chat. 2024-04-18 20:57:06 +00:00
Nilanjan De 5113d47023 add test 2024-04-19 00:42:48 +04:00
Ishaan JaffandGitHub f610061a79 Merge pull request #3130 from BerriAI/litellm_show_vertex_project_exceptions
[FIX] -  show vertex_project, vertex_location in Vertex AI exceptions
2024-04-18 13:18:20 -07:00
Ishaan Jaff b66e4595e6 fix - pass kwargs to exception_type 2024-04-18 12:58:30 -07:00
Krrish Dholakia df70e75ee1 docs(prometheus.md): add prometheus failed llm api requests to docs 2024-04-18 12:55:46 -07:00
Ishaan Jaff 930f8712e4 fix - track vertex_location and vertex_project in vertex exceptions 2024-04-18 12:53:33 -07:00
Krrish Dholakia d8d78bfb4f fix(prometheus.py): fix metric name to be more accurate
change metric name from litellm_failed_requests_metric to litellm_llm_api_failed_requests_metric
2024-04-18 12:30:44 -07:00
Krrish Dholakia 28edb77350 fix(utils.py): support prometheus failed call metrics 2024-04-18 12:29:15 -07:00
Ishaan Jaff 192e0842c6 fix - show _vertex_project, _vertex_location in exceptions 2024-04-18 11:48:43 -07:00
Krrish Dholakia 05d6d9e45f docs(user_keys.md): update docs 2024-04-18 11:45:19 -07:00
Nilanjan De ca3d2fea56 fix for #2904, remove XML characters in content 2024-04-18 22:42:32 +04:00
Ishaan Jaff 1cda0db2ca fix - test alerting 2024-04-18 11:40:40 -07:00
Krrish Dholakia 5a17589884 docs(enterprise.md): update enterprise docs to cover features 2024-04-18 11:31:27 -07:00
Nilanjan De ecfae6d465 update factory.py 2024-04-18 22:31:08 +04:00
Nilanjan De e1fd463f8c update factory.py 2024-04-18 22:27:11 +04:00
Ishaan JaffandGitHub 7f2114a75f Merge pull request #3123 from kittinan/patch-1
Fix missing comma in Gemini document.
2024-04-18 11:17:27 -07:00
Ishaan Jaff 5e0dc57329 ui - set alert_types 2024-04-18 11:13:05 -07:00
alisalim17 a3f90ab735 fix: add missing tool_calls and function name to messages in mistral_api_pt 2024-04-18 20:49:01 +04:00
Nandesh GuruandGitHub c8b8f93184 Merge branch 'BerriAI:main' into main 2024-04-18 09:44:31 -07:00
KittinanandGitHub c8bb76088b Fix missing comma in Gemini document. 2024-04-18 22:57:48 +07:00
Ishaan Jaff b7393eb549 ui - set selected alerts 2024-04-18 08:52:55 -07:00
Ishaan Jaff a8e2ef79ef add alert_types to config.yaml 2024-04-18 08:51:07 -07:00