Commit Graph
3062 Commits
Author SHA1 Message Date
Krrish Dholakia 62e83ce75a test(test_completion.py): fix test case 2023-11-09 17:43:18 -08:00
ishaan-jaff e355a0674f (docs) using auto evals 2023-11-09 17:31:50 -08:00
ishaan-jaff 7ddd29da93 (docs) litellm eval suites 2023-11-09 17:22:42 -08:00
ishaan-jaff 108336aeef (docs) using proxy with mlfow eval 2023-11-09 17:21:43 -08:00
ishaan-jaff 953593e137 (docs) add mlflow 2023-11-09 17:18:32 -08:00
ishaan-jaff 88111fbb36 (docs) auto evals 2023-11-09 17:18:32 -08:00
Krrish Dholakia b19e7dcc5a fix(utils.py): fix logging integrations 2023-11-09 17:09:49 -08:00
Krrish Dholakia b9e6989e41 test: fix linting issues 2023-11-09 16:50:43 -08:00
Krrish Dholakia e12bff6d7f refactor(azure.py): enabling async streaming with aiohttp 2023-11-09 16:41:06 -08:00
Krrish Dholakia c053782d96 refactor(openai.py): support aiohttp streaming 2023-11-09 16:15:30 -08:00
ishaan-jaff bba62b56d3 (docs) auto eval tutorial 2023-11-09 15:43:55 -08:00
ishaan-jaff 87328a973e (docs) add tutorial on using litellm with autoeval 2023-11-09 15:42:12 -08:00
ishaan-jaff 40e7e2ce48 (docs) cleanup 2023-11-09 13:24:13 -08:00
ishaan-jaff 9fd51f66d0 (docs) cleanup 2023-11-09 13:20:15 -08:00
ishaan-jaff 376dae73f9 (docs) openai proxy configs 2023-11-09 13:18:35 -08:00
ishaan-jaff 4b4d9bf142 (feat) proxy use default model in config 2023-11-09 13:08:23 -08:00
ishaan-jaff c4a948ff96 (feat) proxy add config 2023-11-09 13:06:38 -08:00
ishaan-jaff d48ed083ab (docs) cleanup 2023-11-09 11:51:55 -08:00
ishaan-jaff 4bc70329a4 (docs) proxy with config 2023-11-09 11:50:13 -08:00
ishaan-jaff 64a50d6b98 (fix) proxy cleanup 2023-11-09 11:31:31 -08:00
ishaan-jaff 333268c8b7 (fix) proxy cli default local debug to False 2023-11-09 11:30:11 -08:00
ishaan-jaff 24bb6558a7 (feat) show well documented config 2023-11-09 11:29:53 -08:00
ishaan-jaff 24c0a65347 (fix) proxy server clean print statements 2023-11-09 11:18:56 -08:00
ishaan-jaff 03940eab8a (fix) prxy server remove create_proxy 2023-11-09 11:12:20 -08:00
ishaan-jaff 285c678786 (fix) proxy remove --create_proxy 2023-11-09 11:10:08 -08:00
ishaan-jaff e2a380b832 (docs) deprecated proxy 2023-11-09 10:55:28 -08:00
ishaan-jaff fbebb28970 (docs) simple proxy 2023-11-09 10:46:16 -08:00
Krrish Dholakia 86ef2a02f7 fix(azure.py): adding support for aiohttp calls on azure + openai 2023-11-09 10:40:33 -08:00
ishaan-jaff 2c67bda137 (docs) proxy 2023-11-09 10:38:19 -08:00
ishaan-jaff a44aa8c10c (test) add proxy cli tests 2023-11-09 10:23:14 -08:00
Krrish Dholakia 9bfbdc18fb feat(utils.py): enable returning complete response when stream=true 2023-11-09 09:17:51 -08:00
ishaan-jaff cdb2474184 (cleanup) remove secrets template toml 2023-11-09 08:38:12 -08:00
ishaan-jaff c149829e1f run ci/cd again 2023-11-08 20:24:41 -08:00
Krrish Dholakia 84f68b2cd1 test(test_streaming.py): fix linting errors 2023-11-08 19:31:06 -08:00
Krrish Dholakia baa63deab7 bump: version 0.13.9 → 0.14.0 2023-11-08 19:27:35 -08:00
Krrish Dholakia 7ac9a632bd build(pyproject.toml): loosening openai dependency 2023-11-08 19:27:28 -08:00
Krrish Dholakia 182ca83912 bump: version 0.13.8 → 0.13.9 2023-11-08 19:24:56 -08:00
Krrish Dholakia 7c5fd5824b refactor(azure.py): fix linting errors 2023-11-08 19:24:53 -08:00
Krrish Dholakia 6f4707bbb3 refactor(azure.py): moving embeddings to http call 2023-11-08 19:07:21 -08:00
Krrish Dholakia 70311502c8 refactor(openai.py): moving embedding calls to http 2023-11-08 19:01:17 -08:00
Krrish Dholakia c2cbdb23fd refactor(openai.py): moving openai text completion calls to http 2023-11-08 18:40:03 -08:00
ishaan-jaff db0e032d53 (docs) simple proxy 2023-11-08 17:55:11 -08:00
ishaan-jaff fc05510a5d (docs) call specific model 2023-11-08 17:52:42 -08:00
ishaan-jaff fc45f41818 (docs) add instructions on running with FLASK 2023-11-08 17:48:14 -08:00
Krrish Dholakia c57ed0a9d7 refactor(openai.py): moving openai chat completion calls to http 2023-11-08 17:40:41 -08:00
ishaan-jaff da1451e493 (docs) use FLASK benchmarks with proxy 2023-11-08 17:25:59 -08:00
ishaan-jaff 68e668df13 (docs) lm harness 2023-11-08 17:21:12 -08:00
Krrish Dholakia 53abc31c27 refactor(azure.py): moving azure openai calls to http calls 2023-11-08 16:52:18 -08:00
ishaan-jaff 01a7660a12 (test) replicate with params 2023-11-08 14:28:06 -08:00
ishaan-jaff b102489f49 (docs) replicate input params 2023-11-08 14:23:37 -08:00