Commit Graph

10651 Commits

Author SHA1 Message Date
Krrish Dholakia
7b617e666d fix(proxy_server.py): return more detailed auth error message. 2024-04-29 07:24:19 -07:00
Krish Dholakia
ffc6af0b22
Merge pull request #3334 from CyanideByte/main
protected_namespaces warning fixed for model_name & model_info
2024-04-29 07:16:05 -07:00
Krrish Dholakia
f74a43aa78 docs(vllm.md): update docs to tell people to check openai-compatible endpoint docs for vllm 2024-04-28 09:48:03 -07:00
Krrish Dholakia
1f6c342e94 test: fix test 2024-04-28 09:45:01 -07:00
Krish Dholakia
39244cd517
Merge pull request #3331 from BerriAI/litellm_common_auth_params
feat(utils.py): unify common auth params across azure/vertex_ai/bedrock/watsonx
2024-04-28 09:27:07 -07:00
Krish Dholakia
1841b74f49
Merge branch 'main' into litellm_common_auth_params 2024-04-28 08:38:06 -07:00
Krrish Dholakia
b9c0b55e7c test: fix test - set num_retries=0 2024-04-27 21:02:19 -07:00
CyanideByte
82be9a7e67
Merge branch 'BerriAI:main' into main 2024-04-27 20:51:33 -07:00
CyanideByte
03a43b99a5 Added _types.py cases from edwinjosegeorge PR#3340 2024-04-27 20:42:54 -07:00
Ishaan Jaff
1543efd5d4 bump: version 1.35.30 → 1.35.31 2024-04-27 19:08:36 -07:00
Krrish Dholakia
3e8d9fc80d test: skip local test 2024-04-27 19:07:49 -07:00
Ishaan Jaff
d42c3309ec
Merge pull request #3338 from BerriAI/litellm_alerting_sort_latencies
Fix - slack alerting show deployment latencies in sorted order
2024-04-27 18:40:07 -07:00
Krrish Dholakia
a3257fd5d3 test(test_router_init.py): fix test 2024-04-27 18:40:00 -07:00
Ishaan Jaff
a72167e88b
Merge pull request #3336 from BerriAI/litellm_link_traces_hanging_requests
[Fix] - Link Langfuse Traces to Slack Alerts
2024-04-27 18:39:54 -07:00
Krrish Dholakia
d07713a275 test: fix test 2024-04-27 17:48:07 -07:00
Krrish Dholakia
280148543f fix(router.py): fix trailing slash handling for api base which contains /v1 2024-04-27 17:36:28 -07:00
Ishaan Jaff
de8f928bdd ui - new build 2024-04-27 17:28:30 -07:00
Ishaan Jaff
f348024db7
Merge pull request #3339 from BerriAI/ui_fix_models_not_appear_bug
UI -  fix bug showing models to pic
2024-04-27 17:24:48 -07:00
Krrish Dholakia
ec19c1654b fix(router.py): set initial value of default litellm params to none 2024-04-27 17:22:50 -07:00
Krrish Dholakia
d9e0d7ce52 test: replace flaky endpoint 2024-04-27 16:37:09 -07:00
Ishaan Jaff
0e891528b6 ui - fix bug showing mdoels to pic 2024-04-27 16:01:50 -07:00
Krrish Dholakia
87aad0d2c8 fix(router.py): fix router should retry logic 2024-04-27 15:59:38 -07:00
Ishaan Jaff
2f9418eb46
Merge pull request #3337 from BerriAI/litellm_docs_alerting
docs - alerting
2024-04-27 15:46:57 -07:00
CyanideByte
a4c7d933a9 Added pytest for pydantic protected namespace warning 2024-04-27 15:44:40 -07:00
Ishaan Jaff
cc51db1999 fix slack alerting show deployment latencies 2024-04-27 15:44:30 -07:00
Ishaan Jaff
3b8126cf51 docs - alerting 2024-04-27 15:33:21 -07:00
Ishaan Jaff
d6827c3574 fix - link to langfuse traces on slack alerts 2024-04-27 15:23:18 -07:00
Krrish Dholakia
9f24421d44 fix(router.py): fix router should_retry 2024-04-27 15:13:20 -07:00
Ishaan Jaff
1b586e5042 fix - allow langfuse init with flush interval 2024-04-27 14:53:18 -07:00
Krrish Dholakia
5e0bd5982e fix(router.py): fix sync should_retry logic 2024-04-27 14:48:07 -07:00
Ishaan Jaff
f31d3c4e9f
Merge pull request #3335 from BerriAI/litellm_fix_ui_cross_global_budget
Fix -  Admin UI stops working if proxy budget has been exceeded
2024-04-27 14:18:12 -07:00
Krrish Dholakia
5f0f3f9fe3 fix(utils.py): don't return usage for streaming - openai spec 2024-04-27 14:13:34 -07:00
Ishaan Jaff
e49fe47d2e fix - only run global_proxy_spend on chat completion calls 2024-04-27 14:11:00 -07:00
CyanideByte
e1786848cb protected_namespaces fixed for model_info 2024-04-27 13:08:45 -07:00
Krrish Dholakia
463b1aff24 fix(vertex_ai.py): support safety settings for async streaming calls 2024-04-27 11:43:22 -07:00
Ishaan Jaff
6762d07c7f
Merge pull request #3330 from BerriAI/litellm_rdct_msgs
[Feat] Redact Logging Messages/Response content on Logging Providers with `litellm.turn_off_message_logging=True`
2024-04-27 11:25:09 -07:00
Ishaan Jaff
f55838d185 sentry redact messages 2024-04-27 11:23:46 -07:00
Ishaan Jaff
01478c9148 docs - langfuse redact messages 2024-04-27 11:23:35 -07:00
Ishaan Jaff
4ce27e1219 fix - sentry data redaction 2024-04-27 11:23:08 -07:00
Krish Dholakia
7502cb1aa8
Merge pull request #3302 from BerriAI/litellm_default_router_retries
fix(router.py): fix default retry logic
2024-04-27 11:22:03 -07:00
Krish Dholakia
1a06f009d1
Merge branch 'main' into litellm_default_router_retries 2024-04-27 11:21:57 -07:00
Krish Dholakia
07d8f189ec
Merge pull request #3326 from simonsanvil/feature/watsonx-integration
Add watsonx to list of model providers and fixed typo in colab notebook
2024-04-27 11:21:13 -07:00
Krrish Dholakia
2c67791663 test(test_completion.py): modify acompletion test to call pre-deployed watsonx endpoint 2024-04-27 11:19:00 -07:00
Krrish Dholakia
48f19cf839 feat(utils.py): unify common auth params across azure/vertex_ai/bedrock/watsonx 2024-04-27 11:06:18 -07:00
Ishaan Jaff
b2111a97e2 fix use redact_message_input_output_from_logging 2024-04-27 10:51:17 -07:00
Krrish Dholakia
c9d7437d16 fix(watsonx.py): use common litellm params for api key, api base, etc. 2024-04-27 10:15:27 -07:00
Ishaan Jaff
743dfdb950 test - redacting messages from langfuse 2024-04-27 10:03:34 -07:00
Ishaan Jaff
10da35675f feat- turn off message logging 2024-04-27 10:03:07 -07:00
Ishaan Jaff
8b6d686e52 feat - turn_off_message_logging 2024-04-27 10:01:09 -07:00
Krish Dholakia
a76e40df73
Merge pull request #3328 from BerriAI/revert-2780-fix-anthropic-messages-api
Revert "Fix Anthropic Messages Prompt Template function to add a third condition: list of text-content dictionaries"
2024-04-27 08:58:14 -07:00