Commit Graph
15481 Commits
Author SHA1 Message Date
Krrish Dholakia c6fd2fef9b bump: version 1.42.7 → 1.42.8 v1.42.8 2024-07-31 21:41:51 -07:00
Krrish Dholakia d8a8cd2961 feat(ui): add ability to enable traceloop + langsmith via ui 2024-07-31 21:40:29 -07:00
Krrish Dholakia d914aa558d feat(ui): add braintrust logging to ui 2024-07-31 21:15:19 -07:00
Ishaan JaffandGitHub d17c55ba74 Merge pull request #4990 from yujonglee/docs-deps
Update lockfile of docs
2024-07-31 20:30:07 -07:00
Krrish Dholakia 83f638100e test: handle predibase api failures v1.42.7-stable 2024-07-31 19:39:58 -07:00
Krrish Dholakia e1696bf426 fix(_types.py): fix finetuning endpoints v1.42.7 2024-07-31 19:07:37 -07:00
yujonglee a04e38a79e update 2024-08-01 10:33:35 +09:00
Krrish Dholakia 1a00f52255 fix(utils.py): fix special keys list for provider-specific items in response object 2024-07-31 18:30:49 -07:00
Ishaan Jaff 289b468aa1 try / except rate limit errors 2024-07-31 17:42:58 -07:00
Ishaan Jaff 1e3b034529 docs ft api 2024-07-31 17:31:12 -07:00
Ishaan Jaff 8cc7328c50 docs ft api 2024-07-31 17:29:53 -07:00
Ishaan Jaff 40eeea535d ft api docs 2024-07-31 17:24:53 -07:00
Ishaan Jaff 3c62f4f518 link to ft api 2024-07-31 17:24:25 -07:00
Ishaan Jaff b468db95b9 docs ft api 2024-07-31 17:23:25 -07:00
Ishaan Jaff 6e0f689d75 docs ft api 2024-07-31 17:22:33 -07:00
Ishaan Jaff abab989ac8 docs ft api 2024-07-31 17:20:28 -07:00
Ishaan Jaff df684cbf6f docs add example doing ft 2024-07-31 17:19:00 -07:00
Ishaan Jaff 82948fccc7 add link to fine tuning api 2024-07-31 17:15:12 -07:00
Ishaan Jaff 4a1ab44f6a docs fine tuning 2024-07-31 17:13:02 -07:00
Ishaan Jaff b35c63001d fix setup for endpoints 2024-07-31 17:09:08 -07:00
Ishaan Jaff 5e2117feae bump: version 1.42.6 → 1.42.7 2024-07-31 16:50:37 -07:00
Ishaan JaffandGitHub d833c69acb Merge pull request #4987 from BerriAI/litellm_add_ft_endpoints
[Feat-Proxy] Add List fine-tuning jobs
2024-07-31 16:49:59 -07:00
Ishaan Jaff cd3a01c03f fix fine tuning endpoint postion on swagger 2024-07-31 16:46:58 -07:00
Ishaan Jaff 9759fabe8f enforce ft endpoints as premium feature 2024-07-31 16:43:54 -07:00
Ishaan Jaff bd15d0f4ca fix mark fine tuning endpoints as enteprrise 2024-07-31 16:41:14 -07:00
Ishaan Jaff 424a70c331 fix routes order 2024-07-31 16:36:50 -07:00
Ishaan Jaff 02e552e8f8 fix linting errors 2024-07-31 16:30:08 -07:00
Ishaan Jaff e626f5c7d6 fix POST files 2024-07-31 16:27:59 -07:00
Ishaan Jaff ddc74dbccc fix reading files/ft config 2024-07-31 16:23:36 -07:00
Ishaan Jaff a6e62da9fb fix cancel ft job route 2024-07-31 16:19:15 -07:00
Ishaan Jaff 7d06b77fd9 add ft jobs in list of allowed routes 2024-07-31 16:19:00 -07:00
Ishaan Jaff 729f876f81 test cancel ft jobs 2024-07-31 16:12:52 -07:00
Ishaan Jaff 5f1070e47f add cancel endpoint 2024-07-31 16:12:36 -07:00
Ishaan Jaff 9b6231810b add GET fine_tuning/jobs 2024-07-31 15:58:35 -07:00
Krrish Dholakia 09ee8c6e2d fix(utils.py): return additional kwargs from openai-like response body
Closes https://github.com/BerriAI/litellm/issues/4981
2024-07-31 15:37:03 -07:00
Ishaan Jaff 287b09cff6 add test for ft endpoints on azure 2024-07-31 15:30:26 -07:00
Ishaan Jaff c8dfc95e90 add examples on config 2024-07-31 15:29:06 -07:00
Ishaan Jaff 2371df9ded allow setting files config 2024-07-31 15:28:41 -07:00
Krrish Dholakia bd68714f51 fix(utils.py): map cohere timeout error 2024-07-31 15:15:18 -07:00
Krrish Dholakia 6202f9bbb0 fix(http_handler.py): correctly re-raise timeout exception 2024-07-31 14:51:28 -07:00
Ishaan Jaff ff9bb96217 feat support azure ft create endpoint 2024-07-31 13:57:58 -07:00
Ishaan Jaff 4e7d9d2bb1 fix test_completion_function_plus_pdf v1.42.6 2024-07-31 13:53:06 -07:00
Ishaan Jaff 2cf10a621e add /fine_tuning/jobs routes 2024-07-31 13:50:51 -07:00
Ishaan Jaff e4c73036fc validation for passing config file 2024-07-31 13:32:18 -07:00
Ishaan Jaff bd7b485d09 read ft config 2024-07-31 13:31:00 -07:00
Ishaan Jaff 9d90f174a7 fix endpoint to create fine tuning jobs 2024-07-31 12:44:01 -07:00
Ishaan Jaff ef5aeb17a1 fix pydantic obj for FT endpoints 2024-07-31 12:41:39 -07:00
Ishaan Jaff 415611b7f2 feat add POST /v1/fine_tuning/jobs 2024-07-31 11:57:52 -07:00
Krrish Dholakia 6974b45c75 test: fix testing 2024-07-31 11:50:03 -07:00
Ishaan Jaff a5ce084a2c fix test_team_disable_guardrails 2024-07-31 11:49:10 -07:00