Krrish Dholakia
|
0fd9033502
|
fix(vertex_httpx.py): flush remaining chunks from stream
|
2024-06-22 20:33:54 -07:00 |
|
Krrish Dholakia
|
73254987da
|
fix(vertex_httpx.py): ignore vertex finish reason - wait for stream to end
Fixes https://github.com/BerriAI/litellm/issues/4339
|
2024-06-22 20:21:01 -07:00 |
|
Krrish Dholakia
|
1b215d704d
|
test: cleanup tests
|
2024-06-17 16:33:58 -07:00 |
|
Krrish Dholakia
|
c5df662e0f
|
test(test_streaming.py): reduce vertex tests to avoid exhausting limits
|
2024-06-13 07:30:53 -07:00 |
|
Krish Dholakia
|
05e21441a6
|
Merge branch 'main' into litellm_vertex_completion_httpx
|
2024-06-12 21:19:22 -07:00 |
|
Ishaan Jaff
|
29e5e3c265
|
ci/cd predibase is an unstable provider
|
2024-06-12 21:10:30 -07:00 |
|
Krrish Dholakia
|
3955b058ed
|
fix(vertex_httpx.py): support streaming via httpx client
|
2024-06-12 19:55:14 -07:00 |
|
Ishaan Jaff
|
5ebeb4d067
|
ci/cd fix predibase 500 errors
|
2024-06-11 23:15:48 -07:00 |
|
Krrish Dholakia
|
65baa83928
|
fix(bedrock_httpx.py): returning correct finish reason on streaming completion
|
2024-06-10 14:47:49 -07:00 |
|
Krrish Dholakia
|
84652dd946
|
fix(bedrock_httpx.py): fix tool calling for anthropic bedrock calls w/ streaming
Fixes https://github.com/BerriAI/litellm/issues/4091
|
2024-06-10 14:20: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 |
|
Krrish Dholakia
|
51ba5652a0
|
feat(bedrock_httpx.py): working bedrock converse api streaming
|
2024-06-06 22:13:21 -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
|
43af5575c8
|
fix(utils.py): fix
|
2024-06-04 19:41:20 -07:00 |
|
Krrish Dholakia
|
54dacfdf61
|
feat(utils.py): support 'stream_options' param across all providers
Closes https://github.com/BerriAI/litellm/issues/3553
|
2024-06-04 19:03:26 -07:00 |
|
Krrish Dholakia
|
9aa29854de
|
fix(utils.py): fix stream options to return consistent response object
|
2024-06-04 18:17:45 -07:00 |
|
Krrish Dholakia
|
52a2f5150c
|
fix(utils.py): fix cost calculation for openai-compatible streaming object
|
2024-06-04 10:36:25 -07:00 |
|
Ishaan Jaff
|
2f9dac6238
|
test - test gpt-3.5-turbo on test_parallel_streaming_requests
|
2024-06-01 20:56:33 -07:00 |
|
Krrish Dholakia
|
9ef83126d7
|
fix(utils.py): correctly instrument passing through api version in optional param check
|
2024-06-01 19:31:52 -07:00 |
|
Krrish Dholakia
|
c6559753c7
|
fix(test_scheduler.py): fix test
|
2024-06-01 11:30:26 -07:00 |
|
Krrish Dholakia
|
93c3635b64
|
fix: fix streaming with httpx client
prevent overwriting streams in parallel streaming calls
|
2024-05-31 10:55:18 -07:00 |
|
Krrish Dholakia
|
324bf027f5
|
fix(anthropic.py): fix parallel streaming on anthropic.py
prevent parallel requests from cancelling each other
Fixes https://github.com/BerriAI/litellm/issues/3881
|
2024-05-28 16:29:09 -07:00 |
|
Andres Barbaro
|
8165dd6b5a
|
Update test
|
2024-05-24 11:48:35 -05:00 |
|
Andres Barbaro
|
2e5278990d
|
Improve test
|
2024-05-24 11:11:43 -05:00 |
|
Andres Barbaro
|
638984b764
|
Remove unnecessary import
|
2024-05-24 11:00:29 -05:00 |
|
Andres Barbaro
|
565a7f1ce2
|
Add test to validate chunks with no delta are processed correctly
|
2024-05-24 10:57:35 -05: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 |
|
Krrish Dholakia
|
207924d08f
|
test(test_streaming.py): retry if openai is inconsistent with stream options
|
2024-05-21 18:51:24 -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 |
|
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 |
|
Krrish Dholakia
|
d4123951d9
|
test: handle watsonx rate limit error
|
2024-05-13 18:27:39 -07:00 |
|
Krish Dholakia
|
1d651c6049
|
Merge branch 'main' into litellm_bedrock_command_r_support
|
2024-05-11 21:24:42 -07:00 |
|
Krrish Dholakia
|
b1448cd244
|
test(test_streaming.py): fix test
|
2024-05-11 19:44:47 -07:00 |
|
Krrish Dholakia
|
64650c0279
|
feat(bedrock_httpx.py): working bedrock command-r sync+async streaming
|
2024-05-11 19:39:51 -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 |
|
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
|
d7189c21fd
|
feat(predibase.py): support async_completion + streaming (sync + async)
finishes up pr
|
2024-05-09 17:41:27 -07:00 |
|
Ishaan Jaff
|
a29fcc057b
|
test - stream_options on OpenAI text_completion
|
2024-05-09 08:41:31 -07:00 |
|
Ishaan Jaff
|
f2965660dd
|
test openai stream_options
|
2024-05-08 21:52:39 -07:00 |
|
mogith-pn
|
723ef9963e
|
Clarifai - Added streaming and async completion support
|
2024-05-03 14:03:38 +00:00 |
|
Krrish Dholakia
|
29aefaa7d7
|
fix(utils.py): fix default values
|
2024-05-01 22:24:37 -07:00 |
|
Krish Dholakia
|
2d976cfabc
|
Merge pull request #3270 from simonsanvil/feature/watsonx-integration
(feat) add IBM watsonx.ai as an llm provider
|
2024-04-27 05:48:34 -07:00 |
|
Krrish Dholakia
|
9eb75cc159
|
test(test_streaming.py): fix test
|
2024-04-25 20:22:18 -07:00 |
|
Krrish Dholakia
|
5307510592
|
test: rename test
|
2024-04-25 20:07:40 -07:00 |
|
Krrish Dholakia
|
850b056df5
|
fix(utils.py): add more logging to identify ci/cd issue
|
2024-04-25 19:57:24 -07:00 |
|
Krrish Dholakia
|
6c5c7cca3d
|
fix(utils.py): fix the response object returned when n>1 for stream=true
Fixes https://github.com/BerriAI/litellm/issues/3276
|
2024-04-25 13:27:29 -07:00 |
|
Krrish Dholakia
|
48c2c3d78a
|
fix(utils.py): fix streaming to not return usage dict
Fixes https://github.com/BerriAI/litellm/issues/3237
|
2024-04-24 08:06:07 -07:00 |
|