Commit graph

3232 commits

Author SHA1 Message Date
Krrish Dholakia
6821d74588 test(test_custom_callback_router.py): test cleanup 2023-12-11 17:11:42 -08:00
ishaan-jaff
c38f6dddf1 (ci/cd) test custom callbacks 2023-12-11 17:05:43 -08:00
ishaan-jaff
cc9095386f (ci/cd) use conftest.py 2023-12-11 17:03:40 -08:00
Krrish Dholakia
38275f9800 test(test_custom_callback_router.py): fix testing for circle ci 2023-12-11 16:59:05 -08:00
ishaan-jaff
19f493a506 (test) custom logger 2023-12-11 16:41:51 -08:00
Krrish Dholakia
3b6099633c test(test_custom_callback_router.py): add async azure testing for router 2023-12-11 16:40:35 -08:00
ishaan-jaff
5c1322e574 (test) custom callback input 2023-12-11 16:33:16 -08:00
ishaan-jaff
330c156f6a (test) custom input callback 2023-12-11 16:28:14 -08:00
ishaan-jaff
56a9d3dfb6 (test) custom input callback test 2023-12-11 16:25:27 -08:00
ishaan-jaff
faf8381c93 (test) custom callback input 2023-12-11 16:20:15 -08:00
ishaan-jaff
b2130ea986 (test) proxy custom logger 2023-12-11 16:03:51 -08:00
ishaan-jaff
051c3e8229 (test) custom callback 2023-12-11 15:34:08 -08:00
Krrish Dholakia
ad39afc0ad test(test_custom_callback_input.py): embedding callback tests for azure, openai, bedrock 2023-12-11 15:32:46 -08:00
ishaan-jaff
8ee77d7b82 (test) custom logger 2023-12-11 15:30:24 -08:00
ishaan-jaff
cd671f3211 (test) proxy custom logger 2023-12-11 15:27:08 -08:00
ishaan-jaff
b85e2399c0 (test) proxy custom logger 2023-12-11 15:16:27 -08:00
ishaan-jaff
da96f5a5ac (test) custom logger proxy 2023-12-11 14:37:23 -08:00
ishaan-jaff
f3131f1254 (test) proxy custom logger 2023-12-11 14:22:55 -08:00
ishaan-jaff
3c8c5980d8 (test) custom logger 2023-12-11 13:05:28 -08:00
ishaan-jaff
e10b701171 (test) proxy custom logger 2023-12-11 13:00:07 -08:00
Krrish Dholakia
b09ecb986e test(test_custom_callback_input.py): add bedrock testing
n

n
2023-12-11 13:00:01 -08:00
ishaan-jaff
6a3ba74183 (test) proxy logging 2023-12-11 12:52:11 -08:00
ishaan-jaff
563bcbb862 (test) proxy custom logger 2023-12-11 12:50:24 -08:00
ishaan-jaff
5fc61f6d7a (test) custom logger 2023-12-11 12:39:28 -08:00
ishaan-jaff
e23700dd19 (test) custom logger 2023-12-11 12:35:12 -08:00
ishaan-jaff
89d9a5d38d (test) proxy custom logger 2023-12-11 12:00:26 -08:00
ishaan-jaff
fa7bcd5825 (test) proxy custom logger 2023-12-11 11:57:02 -08:00
Krrish Dholakia
ea89a8a938 test(test_custom_callback_unit.py): adding unit tests for custom callbacks + fixing related bugs 2023-12-11 11:44:09 -08:00
ishaan-jaff
1d2f5ce975 (test) proxy - share session config 2023-12-11 11:33:21 -08:00
ishaan-jaff
05a469177b (test) proxy custom logger 2023-12-11 11:21:46 -08:00
ishaan-jaff
c532224308 (test) custom logger proxy 2023-12-11 11:11:44 -08:00
ishaan-jaff
0522ffc4b7 (fix) update back model prices with latest llms 2023-12-11 10:56:01 -08:00
ishaan-jaff
04f6b976e9 (test) proxy callbacks 2023-12-11 10:49:53 -08:00
ishaan-jaff
38fe80266f (test) debug proxy logger test 2023-12-11 10:40:01 -08:00
ishaan-jaff
426c741b40 (test) hf text completion 2023-12-11 10:27:43 -08:00
ishaan-jaff
6aa2f4bc1d (test) custom logger embedding 2023-12-11 10:24:37 -08:00
ishaan-jaff
485c40b9ae (test) proxy 2023-12-11 10:12:01 -08:00
ishaan-jaff
71eee5087d (test) assert metadata in callbacks 2023-12-11 09:47:38 -08:00
ishaan-jaff
91f09365e8 (feat) access metadata in embedding kwargs() 2023-12-11 09:39:25 -08:00
ishaan-jaff
070ca682cf bump: version 1.12.3 → 1.12.4 2023-12-11 09:19:07 -08:00
ishaan-jaff
43b0da3ebc (docs) - proxy_config.yaml 2023-12-11 09:06:27 -08:00
ishaan-jaff
ee3c9d19a2 (feat) caching + stream - bedrock 2023-12-11 08:43:50 -08:00
ishaan-jaff
4b26c550c5 (test) bedrock caching + stream 2023-12-11 08:43:50 -08:00
ishaan-jaff
8cc23b72ec (feat) caching - bedrock 2023-12-11 08:43:50 -08:00
Krrish Dholakia
112881cbb2 test(test_completion.py): assert completion cost > 0.0 2023-12-11 07:59:06 -08:00
Krish Dholakia
4ffe6a4296
Merge pull request #1054 from James4Ever0/main
Update factory.py to fix issue when calling from write-the -> langchain -> litellm served ollama
2023-12-11 07:18:02 -08:00
Krish Dholakia
bbbc5db104
Merge pull request #1080 from nbaldwin98/fixing-replicate-sys-prompt
fix replicate system prompt: forgot to add **optional_params to input data
2023-12-11 07:11:52 -08:00
chabala98
c5ce11541b adfix: ded **optional_params in input data when system prompt is available (allows to papass other optional params apart from sys prompt) 2023-12-11 14:42:05 +01:00
ishaan-jaff
7977f92bd2 (test) langfuse 2023-12-09 22:58:23 -08:00
ishaan-jaff
f6a8ade91a (test) langfuse 2023-12-09 22:52:02 -08:00