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 |
|
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
|
1fc9bcb184
|
feat use OpenAI extra_headers param
|
2024-05-16 14:38:17 -07:00 |
|
Krrish Dholakia
|
f43da3597d
|
test: fix test
|
2024-05-15 08:51:40 -07:00 |
|
Krrish Dholakia
|
1840919ebd
|
fix(main.py): testing fix
|
2024-05-15 08:23:00 -07:00 |
|
Edwin Jose George
|
81836ebe5d
|
fix: custom_llm_provider needs to be set before setting timeout
|
2024-05-15 22:36:15 +09:30 |
|
Krrish Dholakia
|
b06f989871
|
refactor(main.py): trigger new build
|
2024-05-14 22:46:44 -07:00 |
|
Krrish Dholakia
|
3b5c06747d
|
refactor(main.py): trigger new build
|
2024-05-14 22:17:40 -07:00 |
|
Krrish Dholakia
|
0262c480be
|
refactor(main.py): trigger new build
|
2024-05-14 19:52:23 -07:00 |
|
Krrish Dholakia
|
298fd9b25c
|
fix(main.py): ignore model_config param
|
2024-05-14 19:03:17 -07:00 |
|
Krrish Dholakia
|
724d880a45
|
test(test_completion.py): handle async watsonx call fail
|
2024-05-13 18:40:51 -07:00 |
|
Krrish Dholakia
|
d4123951d9
|
test: handle watsonx rate limit error
|
2024-05-13 18:27:39 -07:00 |
|
Krrish Dholakia
|
3694b5e7c0
|
refactor(main.py): trigger new build
|
2024-05-13 18:12:01 -07:00 |
|
Krrish Dholakia
|
240c9550f0
|
fix(utils.py): handle api assistant returning 'null' role
Fixes https://github.com/BerriAI/litellm/issues/3621
|
2024-05-13 16:46:07 -07:00 |
|
Krrish Dholakia
|
b4a8665d11
|
fix(utils.py): fix custom pricing when litellm model != response obj model name
|
2024-05-13 15:25:35 -07:00 |
|
Krrish Dholakia
|
61143c8b45
|
refactor(main.py): trigger new build
|
2024-05-11 22:53:09 -07:00 |
|
Krish Dholakia
|
1d651c6049
|
Merge branch 'main' into litellm_bedrock_command_r_support
|
2024-05-11 21:24:42 -07:00 |
|
Krrish Dholakia
|
64650c0279
|
feat(bedrock_httpx.py): working bedrock command-r sync+async streaming
|
2024-05-11 19:39:51 -07:00 |
|
Krrish Dholakia
|
59c8c0adff
|
feat(bedrock_httpx.py): working cohere command r async calls
|
2024-05-11 15:04:38 -07:00 |
|
Krrish Dholakia
|
4a3b084961
|
feat(bedrock_httpx.py): moves to using httpx client for bedrock cohere calls
|
2024-05-11 13:43:08 -07:00 |
|
Krish Dholakia
|
8f6ae9a059
|
Merge pull request #3369 from mogith-pn/main
Clarifai-LiteLLM : Added clarifai as LLM Provider.
|
2024-05-11 09:31:46 -07:00 |
|
Krrish Dholakia
|
cd1a470b9a
|
refactor(main.py): trigger new build
|
2024-05-10 20:17:39 -07:00 |
|
Ishaan Jaff
|
d3550379b0
|
feat - triton embeddings
|
2024-05-10 18:57:06 -07:00 |
|
Krrish Dholakia
|
cdec7a414f
|
test(test_router_fallbacks.py): fix test
|
2024-05-10 09:58:40 -07:00 |
|
Krrish Dholakia
|
9a31f3d3d9
|
fix(main.py): support env var 'VERTEX_PROJECT' and 'VERTEX_LOCATION'
|
2024-05-10 07:57:56 -07:00 |
|
Krish Dholakia
|
a671046b45
|
Merge pull request #3552 from BerriAI/litellm_predibase_support
feat(predibase.py): add support for predibase provider
|
2024-05-09 22:21:16 -07:00 |
|
Krrish Dholakia
|
425efc60f4
|
fix(main.py): fix linting error
|
2024-05-09 18:12:28 -07:00 |
|
Ishaan Jaff
|
5eb12e30cc
|
Merge pull request #3547 from BerriAI/litellm_support_stream_options_text_completion
[Feat] support `stream_options` on `litellm.text_completion`
|
2024-05-09 18:05:58 -07:00 |
|
Krrish Dholakia
|
d7189c21fd
|
feat(predibase.py): support async_completion + streaming (sync + async)
finishes up pr
|
2024-05-09 17:41:27 -07:00 |
|
Krrish Dholakia
|
186c0ec77b
|
feat(predibase.py): add support for predibase provider
Closes https://github.com/BerriAI/litellm/issues/1253
|
2024-05-09 16:39:43 -07:00 |
|
Krrish Dholakia
|
5c6a382d3b
|
refactor(main.py): trigger new build
|
2024-05-09 15:41:33 -07:00 |
|
Ishaan Jaff
|
4d5b4a5293
|
add stream_options to text_completion
|
2024-05-09 08:35:35 -07:00 |
|
Ishaan Jaff
|
0b1885ca99
|
Merge pull request #3537 from BerriAI/litellm_support_stream_options_param
[Feat] support `stream_options` param for OpenAI
|
2024-05-09 08:34:08 -07:00 |
|
Ishaan Jaff
|
dfd6361310
|
fix completion vs acompletion params
|
2024-05-09 07:59:37 -07:00 |
|
Krish Dholakia
|
8015bc1c47
|
Revert "Add support for async streaming to watsonx provider "
|
2024-05-09 07:44:15 -07:00 |
|
Krish Dholakia
|
8ad979cdfe
|
Merge branch 'main' into litellm_region_based_routing
|
2024-05-08 22:19:51 -07:00 |
|
Krish Dholakia
|
3f13251241
|
Merge pull request #3479 from simonsanvil/feature/watsonx-integration
Add support for async streaming to watsonx provider
|
2024-05-08 22:19:05 -07:00 |
|
Krrish Dholakia
|
3d18897d69
|
feat(router.py): enable filtering model group by 'allowed_model_region'
|
2024-05-08 22:10:17 -07:00 |
|
Ishaan Jaff
|
edb10198ef
|
feat - add stream_options support litellm
|
2024-05-08 21:25:40 -07:00 |
|
Krrish Dholakia
|
6ce13ab364
|
refactor(main.py): trigger new build
|
2024-05-08 09:24:01 -07:00 |
|
Krrish Dholakia
|
a854824c02
|
fix(main.py): fix together ai text completion call
|
2024-05-08 09:10:45 -07:00 |
|
Ishaan Jaff
|
2725a55e7a
|
Merge pull request #3470 from mbektas/fix-ollama-embeddings
support sync ollama embeddings
|
2024-05-07 19:21:37 -07:00 |
|
Paul Gauthier
|
90eb0ea022
|
Added support for the deepseek api
|
2024-05-07 11:44:03 -07:00 |
|
Simon Sanchez Viloria
|
6181d1eaad
|
Merge branch 'main' into feature/watsonx-integration
|
2024-05-06 17:27:14 +02:00 |
|
Simon Sanchez Viloria
|
83a274b54b
|
(feat) support for async stream to watsonx provider
|
2024-05-06 17:08:40 +02:00 |
|
Lucca Zenóbio
|
b22517845e
|
Merge branch 'main' into main
|
2024-05-06 09:40:23 -03:00 |
|
Mehmet Bektas
|
3acad270e5
|
support sync ollama embeddings
|
2024-05-05 19:44:25 -07:00 |
|
Krrish Dholakia
|
918367cc7b
|
test: skip hanging test
|
2024-05-05 00:27:38 -07:00 |
|