Commit graph

657 commits

Author SHA1 Message Date
Krrish Dholakia
a995a0b172 fix(bedrock_httpx.py): working claude 3 function calling 2024-06-06 20:12:41 -07:00
Krrish Dholakia
a76a9b7d11 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
b360ab4c89 fix(azure.py): support dynamic drop params 2024-06-05 09:03:10 -07:00
Krish Dholakia
c544ba3654
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
1a95660495 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
8369988579 ci/cd run again 2024-06-04 14:42:27 -07:00
Krrish Dholakia
8ebae96008 test(test_completion.py): fix test 2024-06-03 23:10:54 -07:00
Krrish Dholakia
90afdd265b test(test_completion.py): fix testing to retry 2024-06-03 22:43:22 -07:00
Ishaan Jaff
fd1a2a90bf ci/cd run again 2024-06-03 22:03:39 -07:00
Krrish Dholakia
7c1e2bf01c test(test_completion.py): fix test 2024-06-03 21:40:32 -07:00
Krrish Dholakia
5f99938cb8 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
b8df5d1a01 (ci/cd) run again 2024-05-31 19:05:51 -07:00
Ishaan Jaff
beffa4e398 ci/cd bump python v 2024-05-31 08:31:21 -07:00
Ishaan Jaff
becae4ba1f ci/cd bump python v 2024-05-31 08:25:11 -07:00
Ishaan Jaff
49952983e1 ci/cd bump python v 2024-05-31 08:10:47 -07:00
Ishaan Jaff
5002804d87 (ci/cd) run again 2024-05-31 07:58:11 -07:00
Ishaan Jaff
903528a3e2 (ci/cd) run again 2024-05-31 07:49:25 -07:00
Ishaan Jaff
22f88de60b (ci/cd) run again 2024-05-30 21:00:53 -07:00
frob
c6af8977f6
Fix typo 2024-05-28 17:00:08 +02:00
frob
19194ece78
Add tests for ollama image handling 2024-05-28 16:48:15 +02:00
Ishaan Jaff
b2feb9a8ec ci / cd - run again 2024-05-24 21:13:50 -07:00
Ishaan Jaff
2e5c625f8b ci/cd run again 2024-05-24 20:56:52 -07:00
Ishaan Jaff
18f8287e29 ci/cd run again 2024-05-23 21:23:13 -07:00
Krrish Dholakia
d2229dcd21 feat(databricks.py): adds databricks support - completion, async, streaming
Closes https://github.com/BerriAI/litellm/issues/2160
2024-05-23 16:29:46 -07:00
Ishaan Jaff
b6b86dc539 ci/cd run again 2024-05-22 20:19:05 -07:00
Ishaan Jaff
288303f797 (ci/cd) run again - new ui build 2024-05-22 20:04:10 -07:00
Ishaan Jaff
97f8cb63f2 (ci/cd) run again 2024-05-22 20:00:41 -07:00
Krrish Dholakia
f3d29a6b4a feat(anthropic.py): support anthropic 'tool_choice' param
Closes https://github.com/BerriAI/litellm/issues/3752
2024-05-21 17:50:44 -07:00
Krrish Dholakia
12942c39db fix(utils.py): drop response_format if 'drop_params=True' for gpt-4 2024-05-18 13:02:48 -07:00
Krrish Dholakia
1cecdc4690 fix(utils.py): fix replicate completion cost calculation 2024-05-17 22:18:57 -07:00
Ishaan Jaff
c8a1cf6ce2 (ci/cd) run again 2024-05-17 22:07:21 -07:00
Krish Dholakia
3a06fe2818
Merge branch 'main' into litellm_bedrock_anthropic_fix 2024-05-17 17:47:32 -07:00
Krrish Dholakia
5d24a72b7e fix(bedrock_httpx.py): support mapping for bedrock cohere command r text 2024-05-17 16:13:49 -07:00
Krrish Dholakia
92c2e2af6a fix(bedrock_httpx.py): add async support for bedrock amazon, meta, mistral models 2024-05-16 22:39:25 -07:00
Krrish Dholakia
0293f7766a fix(bedrock_httpx.py): move bedrock ai21 calls to being async 2024-05-16 22:21:30 -07:00
Krrish Dholakia
180bc46ca4 fix(bedrock_httpx.py): move anthropic bedrock calls to httpx
Fixing https://github.com/BerriAI/litellm/issues/2921
2024-05-16 21:51:55 -07:00
Ishaan Jaff
12d2dcd48c ci/cd run again 2024-05-16 21:15:06 -07:00
Krrish Dholakia
709373b15c fix(replicate.py): move replicate calls to being completely async
Closes https://github.com/BerriAI/litellm/issues/3128
2024-05-16 17:24:08 -07:00
Ishaan Jaff
97324800ec
Merge pull request #3694 from BerriAI/litellm_allow_setting_anthropic_beta
[Feat] Support Anthropic `tools-2024-05-16` - Set Custom Anthropic Custom Headers
2024-05-16 15:48:26 -07:00
Ishaan Jaff
e19e475c9f test - setting extra headers for anthropic tool use 2024-05-16 14:41:26 -07:00
Ishaan Jaff
a2ef089667 fix - choices index for gemini/ provider 2024-05-16 13:52:46 -07:00
Ishaan Jaff
bb86d2510f (ci/cd) run again 2024-05-15 21:07:55 -07:00
Ishaan Jaff
e49fa9bd2c (ci/cd) run again 2024-05-15 20:29:23 -07:00
Ishaan Jaff
c2a306c4dd (ci/cd) run again 2024-05-15 20:03:30 -07:00
Ishaan Jaff
d208dedb35 (ci/cd) run again 2024-05-15 17:39:21 -07:00
Ishaan Jaff
240b183d7a ci/cd run again 2024-05-15 17:31:14 -07:00
Krrish Dholakia
1840919ebd fix(main.py): testing fix 2024-05-15 08:23:00 -07:00
Krrish Dholakia
8117af664c fix(huggingface_restapi.py): fix task extraction from model name 2024-05-15 07:28:19 -07:00
Ishaan Jaff
0bac40b0f2 ci/cd run again 2024-05-14 21:53:14 -07:00
Ishaan Jaff
6290de36df (ci/cd) run again 2024-05-14 21:39:09 -07:00