Commit Graph

10140 Commits

Author SHA1 Message Date
Ishaan Jaff 29b1002b3b ui - view and set alerting types 2024-04-17 21:26:37 -07:00
Ishaan Jaff beeee01199 feat return alert types on /config/get/callback 2024-04-17 21:02:10 -07:00
Ishaan Jaff 52d7fc22bb v0 add types of alerts to slack alerting 2024-04-17 18:16:19 -07:00
Ishaan Jaff e5a91f35c8 Merge pull request #3104 from BerriAI/litellm_sort_latency_ui
UI - sort models by latency
2024-04-17 16:47:03 -07:00
Ishaan Jaff 93fbea8b07 ui - fix model usage page 2024-04-17 16:43:35 -07:00
Krrish Dholakia 53df916f69 fix(utils.py): accept {custom_llm_provider}/{model_name} in get_model_info
fixes https://github.com/BerriAI/litellm/issues/3100
2024-04-17 16:38:53 -07:00
Ishaan Jaff 917eed5114 ui - sort models by latency 2024-04-17 16:33:08 -07:00
Ishaan Jaff 336de9eeeb ui - dont include model/metrics in schema 2024-04-17 15:30:06 -07:00
Ishaan Jaff ac692addbc ui - rename the titles of each card 2024-04-17 15:24:47 -07:00
Ishaan Jaff a4bebfbacc ui - move model usage to usage tab 2024-04-17 15:17:07 -07:00
Ishaan Jaff 409bd5b4ab ci/cd run again v1.35.10 2024-04-17 08:01:39 -07:00
Ishaan Jaff 5e955fb52c fix - azure test - don't pop api key 2024-04-17 07:54:16 -07:00
Krish Dholakia 8febe2f573 Merge pull request #3062 from cwang/cwang/trim-messages-fix
Use `max_input_token` for `trim_messages`
2024-04-16 22:29:45 -07:00
Krish Dholakia 20f4f65834 Merge pull request #3082 from BerriAI/litellm_ui_fixes_3
fix(vertex_ai.py): accept credentials as a json string
2024-04-16 22:28:56 -07:00
Krrish Dholakia f68a6b6e13 test(test_amazing_vertex_completion.py): handle api errors 2024-04-16 21:47:02 -07:00
Ishaan Jaff 70f1dc2bb9 (ci/cd) run again 2024-04-16 21:44:11 -07:00
Ishaan Jaff 860d97c342 fix test_key_name_null 2024-04-16 21:37:31 -07:00
Ishaan Jaff 5393930701 fix function calling prompt - ask llm to respond in fahrenheit 2024-04-16 21:09:53 -07:00
Ishaan Jaff 7765e0054b bump: version 1.35.9 → 1.35.10 2024-04-16 20:57:50 -07:00
Ishaan Jaff 6498bbbd09 fix - gemini function calling 2024-04-16 20:54:22 -07:00
Ishaan Jaff e20577d80c Merge pull request #3087 from BerriAI/litellm_improve_vertex_exceptions
Fix - show `model`, `deployment` and `model_group` in vertex exceptions
2024-04-16 20:48:24 -07:00
Ishaan Jaff 9db529b2f8 test vertex ai exception mapping 2024-04-16 20:00:32 -07:00
Ishaan Jaff 9e9d55228e fix - show model, deployment, model group in vertex error 2024-04-16 19:59:34 -07:00
Ishaan Jaff 015cbf863e Merge pull request #3084 from BerriAI/litellm_stop_logging_raw_api_keys_in_metrics
[Fix] Prometheus /metrics -  don't log user_api_key to prometheus
2024-04-16 19:15:00 -07:00
Ishaan Jaff 53388b4436 fix don't log user_api_key to prometheus 2024-04-16 19:01:38 -07:00
Krrish Dholakia 4d0d6127d8 fix(utils.py): fix get_api_base 2024-04-16 18:50:27 -07:00
Krrish Dholakia 7656bd1c3f build(model_prices_and_context_window.json): add gemini 1.5 pro latest to model cost map 2024-04-16 18:44:06 -07:00
Krrish Dholakia 2ffd057042 test(test_models.py): ensure only admin can call /health 2024-04-16 18:13:40 -07:00
Ishaan Jaff caec0a3938 fix - make router set_settings non blocking 2024-04-16 18:04:21 -07:00
Krrish Dholakia dd0fddb2e1 build(ui): add ui updates 2024-04-16 17:56:35 -07:00
Krrish Dholakia f4b595ce71 fix(utils.py): return vertex api base for request hanging alerts 2024-04-16 17:53:28 -07:00
Krrish Dholakia 96e995f53b docs(openai.md): add gpt-4-turbo to vision docs 2024-04-16 17:43:01 -07:00
Krrish Dholakia 060ac995d6 fix(vertex_ai.py): accept credentials as a json string 2024-04-16 17:34:25 -07:00
Krish Dholakia 1cdf733341 Merge pull request #3081 from BerriAI/litellm_ui_fixes_2
build(ui): view_key_table.tsx
2024-04-16 17:19:41 -07:00
Krrish Dholakia 6dbd73b619 build(ui): view_key_table.tsx
show unmapped keys in default team
2024-04-16 17:16:08 -07:00
Ishaan Jaff 7e99854d05 Merge pull request #3079 from BerriAI/litellm_router_save_settings_ui
UI - Save / Edit router settings UI
2024-04-16 16:57:42 -07:00
Krrish Dholakia fed8d61933 fix(_types.py): add /v2/ routes to info 2024-04-16 16:25:24 -07:00
Krish Dholakia 8837b2d51b Merge pull request #3077 from BerriAI/litellm_delete_deployment_fix
fix(proxy_server.py): ensure id used in delete deployment matches id used in litellm Router
2024-04-16 15:48:43 -07:00
Krrish Dholakia 23c2c5d3c7 fix(proxy_server.py): allow non-admins to access openai routes 2024-04-16 15:40:36 -07:00
Ishaan Jaff ea830eeebd ui - new build 2024-04-16 15:38:07 -07:00
Ishaan Jaff 59b154f152 feat - update router settings on Admin UI 2024-04-16 15:36:26 -07:00
Krrish Dholakia 13cd252f3e fix(proxy_server.py): ensure id used in delete deployment matches id used in litellm Router 2024-04-16 15:17:18 -07:00
Ishaan Jaff a710480629 fix - save router settings in db 2024-04-16 15:11:28 -07:00
Ishaan Jaff f64e261794 fix - save router settings on ui 2024-04-16 15:01:24 -07:00
Ishaan Jaff 70da4de3ff ui - view router settings on admin ui 2024-04-16 14:47:28 -07:00
Ishaan Jaff e271ce8030 router - get settings 2024-04-16 14:22:54 -07:00
Krrish Dholakia 70716b3373 fix(proxy_server.py): fix key create logic + add unit tests 2024-04-16 13:08:34 -07:00
Krrish Dholakia a0d230e3a2 bump: version 1.35.8 → 1.35.9 2024-04-16 11:42:01 -07:00
Krrish Dholakia 3f8abe2754 fix(proxy_server.py): secure /team/info endpoint
make sure user requesting team info is part of team or admin
2024-04-16 11:40:08 -07:00
Krish Dholakia 77df5d7658 Merge pull request #3069 from Manouchehri/add-opus-to-bedrock-3068
(feat): Add Claude v3 Opus on Amazon Bedrock.
2024-04-16 11:32:35 -07:00