Krrish Dholakia
|
35f08ece79
|
fix(factory.py): handle openai function message having tool call id
|
2024-08-08 17:06:50 -07:00 |
|
Krrish Dholakia
|
44b6036560
|
test(test_completion.py): fix merge error
|
2024-08-07 20:31:38 -07:00 |
|
Krish Dholakia
|
7d28b6ebc3
|
Merge branch 'main' into litellm_personal_user_budgets
|
2024-08-07 19:59:50 -07:00 |
|
Ishaan Jaff
|
6331bd6b4f
|
run that ci cd again
|
2024-08-07 18:47:11 -07:00 |
|
Ishaan Jaff
|
08fb9faae5
|
run that ci/cd again
|
2024-08-07 18:25:52 -07:00 |
|
Ishaan Jaff
|
fa0fa13b28
|
fix test for wildcard routing
|
2024-08-07 16:41:00 -07:00 |
|
Krrish Dholakia
|
afd89c8105
|
test(test_completion.py): handle gemini instability
|
2024-08-07 15:58:47 -07:00 |
|
Ishaan Jaff
|
21602ea703
|
ci/cd run again
|
2024-08-07 15:44:54 -07:00 |
|
Ishaan Jaff
|
ee6477e1ac
|
fix - someone resolved a merge conflict badly
|
2024-08-07 15:23:15 -07:00 |
|
Krish Dholakia
|
ab487f0cf9
|
Merge pull request #5079 from BerriAI/litellm_add_pydantic_model_support
feat(utils.py): support passing response_format as pydantic model
|
2024-08-07 14:43:05 -07:00 |
|
Krish Dholakia
|
78d72acc44
|
Merge branch 'main' into litellm_anthropic_streaming_tool_call_fix
|
2024-08-07 14:33:30 -07:00 |
|
Ishaan Jaff
|
da7469296a
|
gemini test skip internal server error
|
2024-08-07 13:12:45 -07:00 |
|
Krrish Dholakia
|
26ad015ccf
|
test: update build requirements
|
2024-08-07 13:09:49 -07:00 |
|
Krish Dholakia
|
77a33baabb
|
Merge branch 'main' into litellm_add_pydantic_model_support
|
2024-08-07 13:07:46 -07:00 |
|
Krrish Dholakia
|
788b06a33c
|
fix(utils.py): support deepseek tool calling
Fixes https://github.com/BerriAI/litellm/issues/5081
|
2024-08-07 11:14:05 -07:00 |
|
Krrish Dholakia
|
bac35c9e47
|
test(test_completion.py): handle internal server error in test
|
2024-08-07 10:21:37 -07:00 |
|
Krrish Dholakia
|
89273722ba
|
fix(bedrock_httpx.py): handle empty arguments returned during tool calling streaming
|
2024-08-07 09:54:50 -07:00 |
|
Krrish Dholakia
|
ec4051592b
|
fix(anthropic.py): handle scenario where anthropic returns invalid json string for tool call while streaming
Fixes https://github.com/BerriAI/litellm/issues/5063
|
2024-08-07 09:24:11 -07:00 |
|
Ishaan Jaff
|
b57efb32d4
|
run ci / cd again
|
2024-08-06 21:35:46 -07:00 |
|
Ishaan Jaff
|
dc7eba5f20
|
ci/cd run again
|
2024-08-06 21:28:22 -07:00 |
|
Krrish Dholakia
|
2b132c6bef
|
feat(utils.py): support passing response_format as pydantic model
Related issue - https://github.com/BerriAI/litellm/issues/5074
|
2024-08-06 18:16:07 -07:00 |
|
Ishaan Jaff
|
455e97482f
|
ci/cd run again
|
2024-08-05 22:33:49 -07:00 |
|
Ishaan Jaff
|
0fd8e5b7be
|
ci/cd run again
|
2024-08-05 21:21:01 -07:00 |
|
Ishaan Jaff
|
59a48b2d0d
|
run ci/cd again
|
2024-08-05 20:04:19 -07:00 |
|
Ishaan Jaff
|
dce7c459f8
|
run ci/cd again
|
2024-08-05 16:52:45 -07:00 |
|
Ishaan Jaff
|
9b7e84ac34
|
ci/cd run again
|
2024-08-03 18:48:10 -07:00 |
|
Krrish Dholakia
|
acbc2917b8
|
feat(utils.py): Add github as a provider
Closes https://github.com/BerriAI/litellm/issues/4922#issuecomment-2266564469
|
2024-08-03 09:11:22 -07:00 |
|
Ishaan Jaff
|
58af500af5
|
ci/cd run again
|
2024-08-02 11:46:45 -07:00 |
|
Krrish Dholakia
|
52057b2482
|
test: handle anthropic rate limit error
|
2024-08-02 08:57:09 -07:00 |
|
Ishaan Jaff
|
44c81acd86
|
ci/cd run again
|
2024-08-01 19:55:12 -07:00 |
|
Ishaan Jaff
|
6f79081ea2
|
ci/cd - anyscale discontinued their API endoints - skip test
|
2024-08-01 17:58:48 -07:00 |
|
Krrish Dholakia
|
6612f3a0d4
|
test: handle predibase api failures
|
2024-07-31 19:39:58 -07:00 |
|
Krrish Dholakia
|
1206b7626a
|
fix(utils.py): return additional kwargs from openai-like response body
Closes https://github.com/BerriAI/litellm/issues/4981
|
2024-07-31 15:37:03 -07:00 |
|
Krrish Dholakia
|
b95feb16f1
|
fix(utils.py): map cohere timeout error
|
2024-07-31 15:15:18 -07:00 |
|
Krrish Dholakia
|
368af6975a
|
fix(http_handler.py): correctly re-raise timeout exception
|
2024-07-31 14:51:28 -07:00 |
|
Ishaan Jaff
|
0b687a2cc1
|
fix predibase mock test
|
2024-07-31 08:16:24 -07:00 |
|
Ishaan Jaff
|
567fb5af25
|
ci/cd run again
|
2024-07-30 22:55:46 -07:00 |
|
Krrish Dholakia
|
644bc5049c
|
test: cleanup duplicate tests + add error handling for backend api errors
|
2024-07-30 21:47:52 -07:00 |
|
Krrish Dholakia
|
28f26b028c
|
test(test_completion.py): handle gemini internal server error
|
2024-07-30 21:02:58 -07:00 |
|
Ishaan Jaff
|
0f98cb7adc
|
ci/cd run again
|
2024-07-30 17:21:47 -07:00 |
|
Krrish Dholakia
|
dd429386b0
|
test: cleanup testing
|
2024-07-24 19:47:50 -07:00 |
|
Krrish Dholakia
|
757bf8b24b
|
test(test_completion.py): update azure extra headers
|
2024-07-24 18:42:50 -07:00 |
|
Krrish Dholakia
|
636c2e2b64
|
test(test_completion.py): add basic test to confirm azure ad token flow works as expected
|
2024-07-24 13:07:25 -07:00 |
|
Krrish Dholakia
|
d9f9a4497d
|
build(docker-compose.yml): add prometheus scraper to docker compose
persists prometheus data across restarts
|
2024-07-24 10:09:23 -07:00 |
|
Krrish Dholakia
|
a7779796ef
|
fix(anthropic.py): support openai system message being a list
|
2024-07-23 21:45:56 -07:00 |
|
Krrish Dholakia
|
271407400a
|
fix(utils.py): support raw response headers for streaming requests
|
2024-07-23 11:58:58 -07:00 |
|
Ishaan Jaff
|
04e3ebf627
|
Merge branch 'main' into litellm_return-response_headers
|
2024-07-20 19:05:56 -07:00 |
|
Ishaan Jaff
|
24cf4caa4e
|
ci/cd run tests again
|
2024-07-20 17:44:12 -07:00 |
|
Ishaan Jaff
|
2dcbd5c534
|
rename to _response_headers
|
2024-07-20 17:31:16 -07:00 |
|
Ishaan Jaff
|
2e24d17eac
|
return response headers
|
2024-07-20 15:26:44 -07:00 |
|