Ishaan Jaff
7546dfde41
use correct get custom headers
2025-03-12 17:16:51 -07:00
Ishaan Jaff
2ece919f01
(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
c7f14e936a
(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
fac3b2ee42
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
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
02e552e8f8
fix linting errors
2024-07-31 16:30:08 -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
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
Ishaan Jaff
287b09cff6
add test for ft endpoints on azure
2024-07-31 15:30:26 -07:00
Ishaan Jaff
e4c73036fc
validation for passing config file
2024-07-31 13:32:18 -07:00
Ishaan Jaff
9d90f174a7
fix endpoint to create fine tuning jobs
2024-07-31 12:44:01 -07:00