Commit Graph

3287 Commits

Author SHA1 Message Date
Krrish Dholakia da68e1ea81 perf(openai.py): extending request timeout 2023-11-15 18:45:45 -08:00
Krrish Dholakia a575ff867f fix(openai.py): fix linting errors 2023-11-15 18:33:01 -08:00
Krrish Dholakia d090562dc1 fix(openai.py): move chat completions post call to requests 2023-11-15 18:29:07 -08:00
ishaan-jaff 15439a6aa9 (chore) testing reset callbacks 2023-11-15 18:29:03 -08:00
Krrish Dholakia fc8b54eb73 fix(openai.py): switch back to using requests instead of httpx 2023-11-15 18:25:21 -08:00
ishaan-jaff 5990d046c4 (chore) ci/cd testing 2023-11-15 18:07:04 -08:00
ishaan-jaff f061c775d0 (chore) ci/cd show durations of slowest tests 2023-11-15 18:07:04 -08:00
Krrish Dholakia 2750a26633 fix(openai.py): fix timeout errors 2023-11-15 18:03:14 -08:00
ishaan-jaff 3945bfadb7 (chore) remove bloat caching tests 2023-11-15 17:58:58 -08:00
Krrish Dholakia a3d280baa3 test: cleanup testing 2023-11-15 17:57:14 -08:00
ishaan-jaff a48445c11c (chore) speed up testing 2023-11-15 17:56:03 -08:00
ishaan-jaff 985220cc09 (chore) remove bloat 2023-11-15 17:52:57 -08:00
Krrish Dholakia 9fd7c5b343 test: set request timeout at request level 2023-11-15 17:42:31 -08:00
ishaan-jaff eda4401c71 (chore) clean ci cd pipeline 2023-11-15 17:42:02 -08:00
ishaan-jaff eeec8a1765 (chore) remove bloat testing 2023-11-15 17:40:24 -08:00
ishaan-jaff a7c31d54fa (fix) testing model alias map 2023-11-15 17:40:15 -08:00
ishaan-jaff 6f0b34c771 (chore) remvoe bloat testing 2023-11-15 17:33:15 -08:00
ishaan-jaff 63b2b6c9a2 (docs) remove bloat gpt cache 2023-11-15 17:30:47 -08:00
ishaan-jaff bcc9ebb78f (chore) clean up ci/cd testing requirements 2023-11-15 17:28:37 -08:00
ishaan-jaff 8aea256a53 (chore) linting fixes 2023-11-15 17:25:06 -08:00
ishaan-jaff bba0a2dcf7 (chore) remove bloat 2023-11-15 17:16:14 -08:00
ishaan-jaff 60c1ef7929 (chore) fix config yaml 2023-11-15 17:12:28 -08:00
ishaan-jaff 2a81cc567d (chore) removing bloat 2023-11-15 17:11:56 -08:00
ishaan-jaff 1d5e68197e (chore) litellm_server rename utils -> server utils 2023-11-15 17:05:50 -08:00
Krrish Dholakia d6e142428b fix(openai-+-azure): async calling 2023-11-15 17:03:02 -08:00
ishaan-jaff eaa55ac6fd (chore) remove bloat deprecated config.json 2023-11-15 17:00:14 -08:00
ishaan-jaff 717d3995b5 (chore) remove bloat - deprecated gpt cache integration 2023-11-15 16:59:31 -08:00
ishaan-jaff 6d9d79d12b (chore) remove bloat old testing.py file 2023-11-15 16:58:54 -08:00
ishaan-jaff 5b79abdfb6 (chore) rename litellm server 2023-11-15 16:57:42 -08:00
ishaan-jaff 08c182c57c (chore) move litellm_server inside litellm 2023-11-15 16:56:35 -08:00
Krrish Dholakia 03efc9185e fix(huggingface_restapi.py): async implementation 2023-11-15 16:54:15 -08:00
ishaan-jaff cc955fca89 (docs) config 2023-11-15 16:48:01 -08:00
ishaan-jaff 9493aeff68 (docs) add example configs to proxy 2023-11-15 16:41:26 -08:00
ishaan-jaff a18fe5a1fd (fix) proxy raise exceptions from litellm.completion() 2023-11-15 16:26:04 -08:00
ishaan-jaff e698f8218f (feat) proxy - show loaded config for users 2023-11-15 16:26:04 -08:00
Krrish Dholakia bcea28e2e4 fix(utils): fixing exception mapping 2023-11-15 15:51:17 -08:00
Krrish Dholakia a59494571f fix(huggingface_restapi.py): fix linting errors 2023-11-15 15:34:21 -08:00
Krrish Dholakia f84db3ce14 feat(get_max_tokens): get max tokens for huggingface hub models 2023-11-15 15:25:40 -08:00
Krrish Dholakia 1a705bfbcb refactor(huggingface_restapi.py): moving async completion + streaming to real async calls 2023-11-15 15:14:21 -08:00
ishaan-jaff 77394e7987 (docs) using litellm proxy + langfuse 2023-11-15 14:29:14 -08:00
Krrish Dholakia c8b73d90f1 fix(utils.py): fix langfuse integration 2023-11-15 14:05:40 -08:00
ishaan-jaff 5625fe3d81 (docs) using langfuse with litellm 2023-11-15 13:53:12 -08:00
ishaan-jaff e9dfea887c (docs) using litellm proxy + Langfuse 2023-11-15 13:52:47 -08:00
ishaan-jaff 11872e0d45 (fix) proxy safe access router model names 2023-11-15 13:44:17 -08:00
ishaan-jaff b7859f0dd1 (docs) show how to debug proxy logs 2023-11-15 13:44:17 -08:00
Krrish Dholakia 60d2dff74a fix(utils.py): check for none params 2023-11-15 13:39:09 -08:00
ishaan-jaff 8cced8eabc (docs) proxy cli settings 2023-11-15 13:33:29 -08:00
Krrish Dholakia 4348fd6435 fix(utils.py): azure streaming initial format 2023-11-15 13:30:08 -08:00
ishaan-jaff ae7731b4dc (docs) using litellm with curl, OpenAI v1.0.0+ 2023-11-15 13:29:20 -08:00
Krrish Dholakia 33d823a18d docs(routing.md): add contributor s/o 2023-11-15 13:20:02 -08:00