Ishaan Jaff
4aa588d203
use correct get custom headers
2025-03-12 17:16:51 -07:00
Ishaan Jaff
72c65672ac
(Feat) - new endpoint GET /v1/fine_tuning/jobs/{fine_tuning_job_id:path}
( #7427 )
...
* init commit ft jobs logging
* add ft logging
* add logging for FineTuningJob
* simple FT Job create test
* simplify Azure fine tuning to use all methods in OAI ft
* update doc string
* add aretrieve_fine_tuning_job
* re use from litellm.proxy.utils import handle_exception_on_proxy
* fix naming
* add /fine_tuning/jobs/{fine_tuning_job_id:path}
* remove unused imports
* update func signature
* run ci/cd again
* ci/cd run again
* fix code qulity
* ci/cd run again
2024-12-27 17:01:14 -08:00
Ishaan Jaff
62a1cdec47
(code quality) run ruff rule to ban unused imports ( #7313 )
...
* remove unused imports
* fix AmazonConverseConfig
* fix test
* fix import
* ruff check fixes
* test fixes
* fix testing
* fix imports
2024-12-19 12:33:42 -08:00
Krish Dholakia
f7e896bdc5
Add pyright to ci/cd + Fix remaining type-checking errors ( #6082 )
...
* fix: fix type-checking errors
* fix: fix additional type-checking errors
* fix: additional type-checking error fixes
* fix: fix additional type-checking errors
* fix: additional type-check fixes
* fix: fix all type-checking errors + add pyright to ci/cd
* fix: fix incorrect import
* ci(config.yml): use mypy on ci/cd
* fix: fix type-checking errors in utils.py
* fix: fix all type-checking errors on main.py
* fix: fix mypy linting errors
* fix(anthropic/cost_calculator.py): fix linting errors
* fix: fix mypy linting errors
* fix: fix linting errors
2024-10-05 17:04:00 -04:00
Ishaan Jaff
dce1853f8c
enforce ft endpoints as premium feature
2024-07-31 16:43:54 -07:00
Ishaan Jaff
844d5c3ae0
fix mark fine tuning endpoints as enteprrise
2024-07-31 16:41:14 -07:00
Ishaan Jaff
af0e3ac23a
fix linting errors
2024-07-31 16:30:08 -07:00
Ishaan Jaff
098e1eb8ad
fix reading files/ft config
2024-07-31 16:23:36 -07:00
Ishaan Jaff
6d88f4f31b
fix cancel ft job route
2024-07-31 16:19:15 -07:00
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
47cbd62347
validation for passing config file
2024-07-31 13:32:18 -07:00
Ishaan Jaff
2a87aa0463
fix endpoint to create fine tuning jobs
2024-07-31 12:44:01 -07:00