Commit graph

839 commits

Author SHA1 Message Date
Ishaan Jaff
06a66fdff7 ci/cd run again 2024-07-17 17:43:47 -07:00
Ishaan Jaff
99709aed76 run ci/cd again 2024-07-15 22:09:17 -07:00
Ishaan Jaff
0be811fc19 fix test tg - they are a very unstable provider 2024-07-15 21:40:06 -07:00
Krrish Dholakia
ae96837a26 fix(utils.py): allow passing dynamic api base for openai-compatible endpoints 2024-07-15 20:00:44 -07:00
Ishaan Jaff
954410de64 fix exception raised in factory.py 2024-07-13 09:54:32 -07:00
Ishaan Jaff
f2bdad3569 ci/cd run again 2024-07-12 19:08:59 -07:00
Ishaan Jaff
9cb4f70a35 ci/cd run again 2024-07-11 21:16:23 -07:00
Ishaan Jaff
5c2c154c1b ci/cd run again 2024-07-11 19:26:20 -07:00
Ishaan Jaff
69e3d5c252 ci/cd run again 2024-07-10 18:06:09 -07:00
Ishaan Jaff
7d32020ec7 fix test_completion_bedrock_httpx_models 2024-07-10 17:42:40 -07:00
Krrish Dholakia
21e08d8187 test(test_completion.py): skip test 2024-07-09 12:10:34 -07:00
Yulong Liu
10212b3da8 Merge branch 'main' into empower-functions-v1 2024-07-08 17:01:15 -07:00
Yulong Liu
001f37c4f1 add tests 2024-07-08 16:32:58 -07:00
Krrish Dholakia
f10e0e096e test(test_amazing_vertex_completion.py): pass pdf as base64 to vertex ai 2024-07-08 10:01:47 -07:00
Krrish Dholakia
5c7107e44f fix(factory.py): flexible handling of image file type in b64 encode
Fixes https://github.com/BerriAI/litellm/issues/4589
2024-07-08 09:46:47 -07:00
Ishaan Jaff
aeb07566e0 ci/cd run again 2024-07-06 17:04:53 -07:00
Ishaan Jaff
261983997b ci/cd run again 2024-07-06 15:56:17 -07:00
Ishaan Jaff
75e8818b0d fix nvidia nim param mapping 2024-07-05 14:44:12 -07:00
Krrish Dholakia
23ebae39e2 fix(main.py): fix azure ai cohere tool calling 2024-07-04 11:46:14 -07:00
Krrish Dholakia
cceb7b59db fix(cohere.py): fix message parsing to handle tool calling correctly 2024-07-04 11:13:07 -07:00
Ishaan Jaff
29172a27e2 ci/cd run again 2024-07-02 18:39:53 -07:00
Ishaan Jaff
5d97bc19f1 ci/cd run again 2024-07-01 21:36:30 -07:00
Ishaan Jaff
778e2b7a87 ci/cd run again 2024-06-29 20:56:29 -07:00
Ishaan Jaff
bcfbfe40ed ci/cd run again 2024-06-29 20:13:32 -07:00
Ishaan Jaff
d46df79389 ci/cd run again 2024-06-29 18:48:13 -07:00
Ishaan Jaff
2738065feb ci/cd run again 2024-06-28 18:05:03 -07:00
Ishaan Jaff
fbbceba9ac ci/cd run again 2024-06-26 19:18:12 -07:00
Ishaan Jaff
2a55dc6979 test volcengine 2024-06-26 17:09:30 -07:00
Ishaan Jaff
8f78ec691a test fireworks ai tool calling 2024-06-26 06:45:29 -07:00
Ishaan Jaff
7d5af66633 run again 2024-06-25 18:22:20 -07:00
Ishaan Jaff
b085c8f24e fix detect secrets test 2024-06-25 17:44:36 -07:00
Ishaan Jaff
6359cc40af ci/cd run again 2024-06-25 09:48:49 -07:00
Ishaan Jaff
11ce34cdd4 test - nvidia nim 2024-06-25 09:16:31 -07:00
Krrish Dholakia
a521d92683 test(test_completion.py): handle replicate api error 2024-06-23 00:06:15 -07:00
Krrish Dholakia
f0a5ca3522 fix(utils.py): add extra body params for text completion calls 2024-06-21 08:28:38 -07:00
Ishaan Jaff
9aaf53cba2 ci/cd run again 2024-06-20 21:58:17 -07:00
Ishaan Jaff
5049b62216 ci/cd run again 2024-06-20 21:47:48 -07:00
Ishaan Jaff
bf6cc65a3a ci/cd again 2024-06-20 20:07:33 -07:00
Ishaan Jaff
f0404453ae ci/cd again 2024-06-20 20:06:52 -07:00
Ishaan Jaff
97e2392f92 ci/cd run again 2024-06-19 20:22:12 -07:00
Ishaan Jaff
7420497325 ci/cd run again 2024-06-19 20:14:10 -07:00
Ishaan Jaff
102b55b55a ci/cd run again 2024-06-18 20:39:45 -07:00
Krish Dholakia
4c5eb58fc9 Merge pull request #4266 from BerriAI/litellm_gemini_image_url
Support 'image url' to vertex ai / google ai studio gemini models
2024-06-18 20:39:25 -07:00
Krrish Dholakia
772b4f6614 fix(openai.py): deepinfra function calling - drop_params support for unsupported tool choice value 2024-06-18 16:19:57 -07:00
Krrish Dholakia
72c6c47fa3 fix(vertex_httpx.py): support safety settings on vertex ai
Fixes https://github.com/BerriAI/litellm/issues/4267
2024-06-18 11:43:07 -07:00
Krrish Dholakia
9953502613 test: cleanup tests 2024-06-18 11:01:00 -07:00
Krrish Dholakia
f745245ad5 fix(support-passing-image-url-to-gemini-via-vertex-ai): Closes https://github.com/BerriAI/litellm/issues/4262 2024-06-18 10:55:58 -07:00
Ishaan Jaff
f6fadee10e ci/cd run again 2024-06-17 23:25:58 -07:00
Krish Dholakia
6f94456f40 Merge branch 'main' into litellm_gemini_refactoring 2024-06-17 19:50:56 -07:00
Krrish Dholakia
4aa6a2350a test: skip watsonx tests - account closed 2024-06-17 19:22:33 -07:00