Commit graph

9710 commits

Author SHA1 Message Date
Ishaan Jaff
30b339739d add cancel endpoint 2024-07-31 16:12:36 -07:00
Ishaan Jaff
956a082215 add GET fine_tuning/jobs 2024-07-31 15:58:35 -07:00
Ishaan Jaff
7cded198c2 add test for ft endpoints on azure 2024-07-31 15:30:26 -07:00
Ishaan Jaff
91c787a77b add examples on config 2024-07-31 15:29:06 -07:00
Ishaan Jaff
d7c0e0c471 allow setting files config 2024-07-31 15:28:41 -07:00
Ishaan Jaff
81645b12cf feat support azure ft create endpoint 2024-07-31 13:57:58 -07:00
Ishaan Jaff
647f436c51 add /fine_tuning/jobs routes 2024-07-31 13:50:51 -07:00
Ishaan Jaff
47cbd62347 validation for passing config file 2024-07-31 13:32:18 -07:00
Ishaan Jaff
967d18d03d read ft config 2024-07-31 13:31:00 -07:00
Ishaan Jaff
2a87aa0463 fix endpoint to create fine tuning jobs 2024-07-31 12:44:01 -07:00
Ishaan Jaff
b630ff6286 fix pydantic obj for FT endpoints 2024-07-31 12:41:39 -07:00
Ishaan Jaff
8e6b30ceea feat add POST /v1/fine_tuning/jobs 2024-07-31 11:57:52 -07:00
Ishaan Jaff
2d95892b81 fix linting checks 2024-07-30 16:55:17 -07:00
Ishaan Jaff
4a9233a16b test azure fine tune job create 2024-07-30 16:46:06 -07:00
Ishaan Jaff
a6724072b0 feat FT cancel and LIST endpoints for Azure 2024-07-30 16:03:31 -07:00
Ishaan Jaff
8da42dbaf9 test - fine tuning apis 2024-07-30 15:46:56 -07:00
Ishaan Jaff
e6989431d7 add azure files api 2024-07-30 15:45:43 -07:00
Ishaan Jaff
e23abcda8c add azure fine tuning apis 2024-07-30 15:45:15 -07:00
Ishaan Jaff
8d47e19525 add support for fine tuning azure 2024-07-30 15:44:53 -07:00
Ishaan Jaff
6419ec1ddf add azure ft test file 2024-07-30 15:42:14 -07:00
Ishaan Jaff
9828377b34 rename fine tuning apis 2024-07-30 13:44:16 -07:00
Ishaan Jaff
67bce867f6 Merge pull request #4975 from BerriAI/ui_switch_off_console_logs_in_prod
Proxy Admin UI - switch off console logs in production mode
2024-07-30 13:34:59 -07:00
Ishaan Jaff
bb8b2951aa ui new build 2024-07-30 13:33:34 -07:00
Ishaan Jaff
af89f1e283 Merge pull request #4973 from BerriAI/litellm_return_code_as_str
[Fix-Proxy] ProxyException code as str - Make OpenAI Compatible
2024-07-30 13:27:33 -07:00
Ishaan Jaff
0a3dbe0659 fix linting errors 2024-07-30 12:51:39 -07:00
Ishaan Jaff
d26ffbdf8c add docs on status code from exceptions 2024-07-30 12:38:33 -07:00
Ishaan Jaff
daa0b10f51 return ProxyException code as str 2024-07-30 12:35:46 -07:00
Ishaan Jaff
b64e0fad81 test batches endpoint on proxy 2024-07-30 09:46:30 -07:00
Ishaan Jaff
0f9e41b1c6 test - list batches 2024-07-30 08:19:25 -07:00
Ishaan Jaff
4d2e98802f feat add support for alist_batches 2024-07-30 08:18:52 -07:00
Ishaan Jaff
50222d808b Merge pull request #4956 from BerriAI/litellm_add_finetuning_Endpoints
[Feat] Add `litellm.create_fine_tuning_job()` , `litellm.list_fine_tuning_jobs()`, `litellm.cancel_fine_tuning_job()` finetuning endpoints
2024-07-30 07:47:29 -07:00
Krrish Dholakia
ac543d8b1e fix(cohere_chat.py): handle tool_result + user message being passed in 2024-07-29 21:38:45 -07:00
Ishaan Jaff
5979c17d07 ui new build 2024-07-29 21:20:27 -07:00
Ishaan Jaff
d9e26f97f2 fix inc langfuse flish time 2024-07-29 20:14:45 -07:00
Ishaan Jaff
1996f4b29e fix type errors 2024-07-29 20:10:33 -07:00
Ishaan Jaff
4d1a653fea fix type errors 2024-07-29 20:10:03 -07:00
Ishaan Jaff
6db50886bb fix linting 2024-07-29 20:01:12 -07:00
Ishaan Jaff
fb54c3e272 test - async ft jobs 2024-07-29 19:52:14 -07:00
Ishaan Jaff
225b19a583 test - list_fine_tuning_jobs 2024-07-29 19:47:14 -07:00
Ishaan Jaff
c7f275e3e5 add list fine tune endpoints 2024-07-29 19:46:55 -07:00
Ishaan Jaff
3d5450025d async cancel ft job 2024-07-29 19:25:36 -07:00
Ishaan Jaff
15451732f4 fix doc string 2024-07-29 19:23:35 -07:00
Ishaan Jaff
7f03b6378e test cancel cancel_fine_tuning_job 2024-07-29 19:22:41 -07:00
Ishaan Jaff
46bf96c8da feat - add cancel_fine_tuning_job 2024-07-29 19:22:23 -07:00
Ishaan Jaff
eef7c6c13b add test_create_fine_tune_job 2024-07-29 18:59:55 -07:00
Ishaan Jaff
93cbfb3ff8 add types for FineTuningJobCreate OpenAI 2024-07-29 18:59:44 -07:00
Ishaan Jaff
ccbdc188f0 add acreate_fine_tuning_job 2024-07-29 18:59:29 -07:00
Ishaan Jaff
77389ac577 add create_fine_tuning 2024-07-29 18:57:29 -07:00
Ishaan Jaff
a272628644 add litellm.create_fine_tuning_job 2024-07-29 18:42:42 -07:00
Krrish Dholakia
637654fb79 fix(factory.py): handle special keys for mistral chat template 2024-07-29 17:47:44 -07:00