Commit graph

7892 commits

Author SHA1 Message Date
Ishaan Jaff
2cf3133669
Merge branch 'main' into litellm_svc_logger 2024-06-07 14:01:54 -07:00
Ishaan Jaff
2287f383a1 test fix 2024-06-07 13:31:18 -07:00
Krish Dholakia
97689ea02f
Merge pull request #4055 from UsableMachines/additional-gemini-types
Fix to support all file types supported by Gemini
2024-06-07 13:24:06 -07:00
Ishaan Jaff
630bc803e2 fix proxy server test 2024-06-07 12:54:39 -07:00
Ishaan Jaff
d2857fc24c
Merge branch 'main' into litellm_redact_messages_slack_alerting 2024-06-07 12:43:53 -07:00
Ishaan Jaff
a3251a4b07
Merge pull request #3925 from mikeslattery/main
feature - Types for mypy - issue #360
2024-06-07 12:42:43 -07:00
Krish Dholakia
6b703f0ebf
Merge pull request #4033 from BerriAI/litellm_bedrock_converse_api
feat(bedrock_httpx.py): add support for bedrock converse api
2024-06-07 12:08:10 -07:00
Krrish Dholakia
7d2230bd7f test(test_prompt_factory.py): cleanup test 2024-06-07 12:07:15 -07:00
Ishaan Jaff
923cbed6ab test fix - proxy server chat completion 2024-06-07 11:53:03 -07:00
Krrish Dholakia
6024f9e45e test(test_lowest_latency_routing.py): add time.sleep to reduce test flakiness 2024-06-07 11:28:33 -07:00
Ishaan Jaff
02b5c03739 (ci/cd) use ruff 2024-06-07 10:07:48 -07:00
Krrish Dholakia
e66b3d264f fix(factory.py): handle bedrock claude image url's 2024-06-07 10:04:03 -07:00
Ishaan Jaff
9a5e63d3e8 fix import Span 2024-06-07 10:00:33 -07:00
Ishaan Jaff
87533bacf7 fix importing Span 2024-06-07 09:55:59 -07:00
Ishaan Jaff
7c1183e76e fix import OTEL span 2024-06-07 09:47:13 -07:00
Ishaan Jaff
de9f10195f fix import Span 2024-06-07 09:38:37 -07:00
Ishaan Jaff
c7dda09773 fix - include litellm_parent_otel_span 2024-06-07 09:25:07 -07:00
Krrish Dholakia
21f4329b65 feat(test_completion.py): deduplicate kwarg 2024-06-07 09:13:38 -07:00
Krrish Dholakia
6a52e63e21 test(test_completion.py): fix kwarg repetition 2024-06-07 09:06:48 -07:00
Krrish Dholakia
7dadca6a99 fix(bedrock_httpx.py): fix linting errors 2024-06-07 09:01:19 -07:00
Ishaan Jaff
1f5c3b5448 fix - otel _get_span_context 2024-06-07 08:55:35 -07:00
Ishaan Jaff
54ac848bfb use litellm_parent_otel_span as litellm_param 2024-06-07 08:54:28 -07:00
Ishaan Jaff
dab756d129
Merge pull request #4048 from BerriAI/litellm_otel_set_svc_name
feat - OTEL set custom service names and custom tracer names
2024-06-07 08:53:07 -07:00
Ishaan Jaff
7b1047bd1f
Merge pull request #4043 from BerriAI/litellm_enforce_params
[Feat] Enterprise - Enforce Params in request to LiteLLM Proxy
2024-06-07 08:52:46 -07:00
Krish Dholakia
26993c067e
Merge branch 'main' into litellm_bedrock_converse_api 2024-06-07 08:49:52 -07:00
Ishaan Jaff
c7545be275 feat - use safe safe_deep_copy 2024-06-07 08:49:47 -07:00
Krish Dholakia
f6a262122b
Merge pull request #4054 from BerriAI/litellm_aws_kms_support
feat(aws_secret_manager.py): Support AWS KMS for Master Key encrption
2024-06-07 08:49:25 -07:00
Krrish Dholakia
35e4323095 refactor(main.py): only route anthropic calls through converse api
v0 scope let's move function calling to converse api
2024-06-07 08:47:51 -07:00
Ishaan Jaff
992c273bf7 feat - use async_service_success_hook with litellm proxy 2024-06-07 08:27:47 -07:00
Ishaan Jaff
737f8aa61b feat - add parent_otel_span to UserAPIKeyAuth 2024-06-07 08:25:26 -07:00
Krrish Dholakia
44670d952d test(main.py): test cicd 2024-06-07 08:18:37 -07:00
Krrish Dholakia
b3bf93685a style(main.py): trigger new build 2024-06-07 08:10:28 -07:00
Krish Dholakia
471be6670c
Merge pull request #4049 from BerriAI/litellm_cleanup_traceback
refactor: replace 'traceback.print_exc()' with logging library
2024-06-07 08:03:22 -07:00
Krrish Dholakia
0c95019ac1 fix(aws_secret_manager.py): fix boto import 2024-06-07 08:02:58 -07:00
Krish Dholakia
b6e0bf27b8
Merge branch 'main' into litellm_aws_kms_support 2024-06-07 07:58:56 -07:00
Krrish Dholakia
ff5136f5ed test(test_completion.py): fix test to use mock response - prevent hang 2024-06-07 07:05:32 -07:00
Ishaan Jaff
78a6604295 fix open_telemetry_logger 2024-06-06 22:30:49 -07:00
Ishaan Jaff
37e7a7b2d5 fix - log_to_opentelemetry 2024-06-06 22:28:01 -07:00
Krrish Dholakia
ddc82774b0 test(test_completion.py): fix replicate test which was hanging 2024-06-06 22:17:30 -07:00
Krrish Dholakia
51ba5652a0 feat(bedrock_httpx.py): working bedrock converse api streaming 2024-06-06 22:13:21 -07:00
Ishaan Jaff
32655b9ef2 fix auth checks 2024-06-06 22:13:13 -07:00
Ishaan Jaff
b734cca43e fix service logger for OTEL 2024-06-06 22:12:45 -07:00
Ishaan Jaff
2103a7a998 fix - add new types for ServiceLoggerPayload 2024-06-06 22:06:28 -07:00
Ishaan Jaff
a3e6d557b2 add _to_ns to utils 2024-06-06 21:30:55 -07:00
Ishaan Jaff
fcb1427a8c fix log_to_opentelemetry 2024-06-06 21:29:40 -07:00
Krrish Dholakia
a995a0b172 fix(bedrock_httpx.py): working claude 3 function calling 2024-06-06 20:12:41 -07:00
Ishaan Jaff
b551462518 feat -v0 parent_otel_span in basic db reads 2024-06-06 19:49:18 -07:00
Krrish Dholakia
6e9bca59b0 fix(utils.py): fix exception mapping for azure internal server error 2024-06-06 17:12:30 -07:00
nick-rackauckas
4747fda47f Fix 2024-06-06 16:57:42 -07:00
Krrish Dholakia
09a471da10 test(test_assistants.py): add more error logging 2024-06-06 16:43:12 -07:00