Commit graph

1851 commits

Author SHA1 Message Date
Krish Dholakia
93fb0134e5
Merge pull request #1761 from BerriAI/litellm_fix_dynamic_callbacks
fix(utils.py): override default success callbacks with dynamic callbacks if set
2024-02-02 13:06:55 -08:00
ishaan-jaff
5ca5b57f80 (fix) s3 logging test 2024-02-02 12:53:24 -08:00
ishaan-jaff
e37294c921 (test) improve exceptions for pplx AI 2024-02-02 12:37:21 -08:00
Krrish Dholakia
46ef4dbcc1 test: add sleep to key tests 2024-02-02 12:36:35 -08:00
ishaan-jaff
4473c48e2b (fix) test exception mapping 2024-02-02 12:32:10 -08:00
Krrish Dholakia
c7024baf7a test(test_key_generate_prisma.py): add sleep time 2024-02-02 12:18:36 -08:00
Krrish Dholakia
23357e9369 test: fix import 2024-02-02 11:16:51 -08:00
ishaan-jaff
b17fe8d6f5 (test) exceptions 2024-02-02 10:38:28 -08:00
Krrish Dholakia
c88078befb test: fix import 2024-02-02 10:23:31 -08:00
Krrish Dholakia
b8c2cbdd08 test(test_parallel_request_limiter.py): fix test import 2024-02-02 10:15:33 -08:00
ishaan-jaff
fedb53771c (test) perplexity exception raising 2024-02-02 08:46:42 -08:00
Krish Dholakia
7fc03bf745
Merge pull request #1749 from BerriAI/litellm_vertex_ai_model_garden
feat(vertex_ai.py): vertex ai model garden support
2024-02-01 21:52:12 -08:00
Krish Dholakia
9a3fa243b8
Merge branch 'main' into litellm_team_id_support 2024-02-01 21:40:22 -08:00
Krrish Dholakia
5db2d4d895 test(test_proxy_server.py): fix health test 2024-02-01 21:32:29 -08:00
Krrish Dholakia
cdca942280 test(test_proxy_server.py): fix health test 2024-02-01 21:31:51 -08:00
Krrish Dholakia
de74d78150 test(test_proxy_server.py): fix health test 2024-02-01 21:31:20 -08:00
Krrish Dholakia
bbb5bd19e8 test: testing fixes 2024-02-01 21:20:46 -08:00
Krrish Dholakia
a301d8aa4b feat(utils.py): support dynamic langfuse params and team settings on proxy 2024-02-01 21:08:24 -08:00
Krrish Dholakia
c25c48e828 test(test_key_generate_prisma.py): fix assert test 2024-02-01 19:47:32 -08:00
Krrish Dholakia
245ec2430e fix(utils.py): fix azure exception mapping 2024-02-01 19:05:20 -08:00
Krrish Dholakia
241f0aad5e fix(utils.py): fix deepinfra streaming 2024-02-01 18:46:50 -08:00
ishaan-jaff
e65e01f267 (test) prisma /key/gen 2024-02-01 15:36:10 -08:00
ishaan-jaff
ade48dba39 (test) test _get_bearer_token 2024-02-01 15:33:03 -08:00
ishaan-jaff
0f1f3b1d9b (test) key_gen 2024-02-01 15:27:00 -08:00
ishaan-jaff
6d6c268352 (test) custom_auth.py 2024-02-01 15:26:22 -08:00
ishaan-jaff
311957b615 (test) proxy_custom_auth 2024-02-01 14:54:57 -08:00
ishaan-jaff
9fb68710be (test) test_user_api_key_auth_without_master_key 2024-02-01 14:51:26 -08:00
ishaan-jaff
47519c9fdd (fix) test_key_name_null 2024-02-01 14:45:19 -08:00
ishaan-jaff
ffdac7b239 (test) malformed keys 2024-02-01 14:33:16 -08:00
ishaan-jaff
1b4b5185bb (test) custom_auth bearer tokens 2024-02-01 13:56:54 -08:00
ishaan-jaff
e6bc73d131 (test) missing Bearer in custom auth 2024-02-01 13:55:50 -08:00
Krrish Dholakia
874ebad31d test(test_streaming.py): add test to make sure role is not returned in middle chunks during streaming 2024-02-01 09:55:56 -08:00
ishaan-jaff
d90e04b531 (ci/cd) run again 2024-01-31 21:04:03 -08:00
ishaan-jaff
9446fbd7cc (ci/cd) run again 2024-01-31 20:58:14 -08:00
ishaan-jaff
b61204c1ca (ci/cd) run once more for good luck 2024-01-31 20:31:54 -08:00
Krrish Dholakia
a6dd3c0bf5 test: move drop_params inside test 2024-01-31 20:07:28 -08:00
Krrish Dholakia
9593df23c4 test: add more logging 2024-01-31 19:31:07 -08:00
Krrish Dholakia
a32639fa79 fix(utils.py): support max token adjustment for sagemaker 2024-01-31 19:09:54 -08:00
ishaan-jaff
6e7987c4fc (beta-test) langfuse embedding 2024-01-31 10:25:19 -08:00
Krrish Dholakia
dd47c9d854 test(test_amazing_vertex_completion.py): fix test to handle api instability 2024-01-31 08:34:01 -08:00
Krrish Dholakia
a07f3ec2d4 fix(router.py): remove wrapping of router.completion() let clients handle this 2024-01-30 21:12:41 -08:00
Krish Dholakia
8ef7e9ad20
Merge pull request #1690 from BerriAI/litellm_custom_pricing_fix
fix(main.py): register both model name and model name with provider
2024-01-30 13:56:38 -08:00
Krrish Dholakia
bbe71c8375 fix(test_parallel_request_limiter): increase time limit for waiting for success logging event to happen 2024-01-30 13:26:17 -08:00
Ishaan Jaff
dd9c78819a
Merge pull request #1689 from BerriAI/litellm_set_organization_on_config.yaml
[Feat] Set OpenAI organization for litellm.completion, Proxy Config
2024-01-30 11:47:42 -08:00
ishaan-jaff
66c484f9d1 (test) setting organization as litellm_param 2024-01-30 10:52:50 -08:00
ishaan-jaff
8fdff3beec (test) setting organization on litellm.completion 2024-01-30 10:36:10 -08:00
ishaan-jaff
6488de36c4 (test) bedrock input validation - exceptions 2024-01-30 08:12:43 -08:00
ishaan-jaff
36f1e4196f (ci/cd) run again 2024-01-29 21:09:13 -08:00
ishaan-jaff
fd6b0ff42e (ci/cd) run again 2024-01-29 21:03:42 -08:00
ishaan-jaff
a4175c8c0d (test) fix 2024-01-29 18:46:27 -08:00