Commit graph

838 commits

Author SHA1 Message Date
Krrish Dholakia
cc1ec55e5b fix(vertex_httpx.py): check if model supports system messages before sending separately 2024-06-17 17:32:38 -07:00
Krish Dholakia
18d9dcc4db Merge branch 'main' into litellm_gemini_refactoring 2024-06-17 17:28:50 -07:00
Krrish Dholakia
a6716177fa test: cleanup tests 2024-06-17 16:33:58 -07:00
Ishaan Jaff
c79993ada4 docs - "codestral/codestral-latest" 2024-06-17 16:27:17 -07:00
Krrish Dholakia
b0973466a7 test(test_completion.py): skip watson tests (account removed) 2024-06-17 16:21:49 -07:00
Ishaan Jaff
44775eeca4 ci/cd run again 2024-06-17 16:16:16 -07:00
Krrish Dholakia
e31465d940 feat(main.py): initial commit - refactoring google ai studio to just use vertex httpx
Uses the same calling logic for google ai studio/vertex ai. Simplifies logic, gives google ai studio integration all of vertex
ai features.
2024-06-17 13:31:46 -07:00
Ishaan Jaff
55bfb181a3 working chat, text for codestral 2024-06-17 11:30:22 -07:00
Ishaan Jaff
3325f6ec2e ci/cd run again 2024-06-14 21:37:35 -07:00
Ishaan Jaff
e8ae825f87 ci/cd run again 2024-06-12 21:47:13 -07:00
Ishaan Jaff
b2f25b0fdb ci/cd run again 2024-06-12 21:22:04 -07:00
Ishaan Jaff
568dcf2c64 ci/cd run again 2024-06-11 23:28:09 -07:00
Ishaan Jaff
8fbb2b98f7 (ci/cd) run again 2024-06-11 23:22:43 -07:00
Ishaan Jaff
1056ab1b47 (ci/cd) run again 2024-06-11 22:03:47 -07:00
Krrish Dholakia
a0ee9ba78e fix(utils.py): support dynamic api key for azure_ai route 2024-06-11 17:51:29 -07:00
Krrish Dholakia
0f1c40d698 fix(main.py): trigger new build 2024-06-11 15:13:50 -07:00
Krrish Dholakia
2f13052017 test(test_completion.py): add testing to make sure tool calling works as expected for 'azure_ai/' route 2024-06-11 14:11:02 -07:00
Krrish Dholakia
4a27a50f9b fix(utils.py): add new 'azure_ai/' route
supports azure's openai compatible api endpoint
2024-06-11 14:06:56 -07:00
Ishaan Jaff
e6cde00aa8 test fix - cohere API Made a breaking change 2024-06-10 09:36:46 -07:00
Ishaan Jaff
0535c0099e ci/cd run again 2024-06-08 21:05:35 -07:00
Ishaan Jaff
b9a1b2db03 (ci/cd) run again 2024-06-07 19:12:04 -07:00
Ishaan Jaff
860c9b52b6 Merge branch 'main' into litellm_svc_logger 2024-06-07 14:01:54 -07:00
Ishaan Jaff
90f345951d (ci/cd) use ruff 2024-06-07 10:07:48 -07:00
Krrish Dholakia
1577d5a79e feat(test_completion.py): deduplicate kwarg 2024-06-07 09:13:38 -07:00
Krish Dholakia
7bf5c61007 Merge branch 'main' into litellm_bedrock_converse_api 2024-06-07 08:49:52 -07:00
Krish Dholakia
2c70e55f77 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
Krish Dholakia
9d81f1cc52 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
Krish Dholakia
d3d8f97bca Merge branch 'main' into litellm_aws_kms_support 2024-06-07 07:58:56 -07:00
Krrish Dholakia
a4c20294e0 test(test_completion.py): fix test to use mock response - prevent hang 2024-06-07 07:05:32 -07:00
Krrish Dholakia
99cf716527 test(test_completion.py): fix replicate test which was hanging 2024-06-06 22:17:30 -07:00
Krrish Dholakia
f8b5aa3df6 fix(bedrock_httpx.py): working claude 3 function calling 2024-06-06 20:12:41 -07:00
Krrish Dholakia
6f3468aee4 fix(utils.py): fix exception mapping for azure internal server error 2024-06-06 17:12:30 -07:00
Krrish Dholakia
96b556f385 feat(bedrock_httpx.py): add support for bedrock converse api
closes https://github.com/BerriAI/litellm/issues/4000
2024-06-05 21:20:36 -07:00
Krrish Dholakia
129745da90 fix(azure.py): support dynamic drop params 2024-06-05 09:03:10 -07:00
Krish Dholakia
e678dce88b Merge pull request #4009 from BerriAI/litellm_fix_streaming_cost_cal
fix(utils.py): fix cost calculation for openai-compatible streaming object
2024-06-04 21:00:22 -07:00
Krrish Dholakia
3dcf287826 fix(test_completion.py): fix predibase test to be mock + fix optional param mapping for predibase 2024-06-04 20:06:23 -07:00
Ishaan Jaff
2b53b0bb19 ci/cd run again 2024-06-04 14:42:27 -07:00
Krrish Dholakia
37a0552f98 test(test_completion.py): fix test 2024-06-03 23:10:54 -07:00
Krrish Dholakia
989f9d2cc4 test(test_completion.py): fix testing to retry 2024-06-03 22:43:22 -07:00
Ishaan Jaff
db23d8919e ci/cd run again 2024-06-03 22:03:39 -07:00
Krrish Dholakia
03257bfa73 test(test_completion.py): fix test 2024-06-03 21:40:32 -07:00
Krrish Dholakia
6441a1c398 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
a97ca3fc6c (ci/cd) run again 2024-05-31 19:05:51 -07:00
Ishaan Jaff
5fe95cc875 ci/cd bump python v 2024-05-31 08:31:21 -07:00
Ishaan Jaff
e41d607841 ci/cd bump python v 2024-05-31 08:25:11 -07:00
Ishaan Jaff
6370630aa2 ci/cd bump python v 2024-05-31 08:10:47 -07:00
Ishaan Jaff
7c81d0d202 (ci/cd) run again 2024-05-31 07:58:11 -07:00
Ishaan Jaff
b2af270082 (ci/cd) run again 2024-05-31 07:49:25 -07:00
Ishaan Jaff
c5c0d0c01d (ci/cd) run again 2024-05-30 21:00:53 -07:00
frob
91f64c17a4 Fix typo 2024-05-28 17:00:08 +02:00