Krish Dholakia
|
ca6902e191
|
vertex ai anthropic thinking param support (#8853)
* fix(vertex_llm_base.py): handle credentials passed in as dictionary
* fix(router.py): support vertex credentials as json dict
* test(test_vertex.py): allows easier testing
mock anthropic thinking response for vertex ai
* test(vertex_ai_partner_models/): don't remove "@" from model
breaks anthropic cost calculation
* test: move testing
* fix: fix linting error
* fix: fix linting error
* fix(vertex_ai_partner_models/main.py): split @ for codestral model
* test: fix test
* fix: fix stripping "@" on mistral models
* fix: fix test
* test: fix test
|
2025-02-26 21:37:18 -08:00 |
|
Ishaan Jaff
|
0b4d529af8
|
(feat) POST /fine_tuning/jobs support passing vertex specific hyper params (#7490)
* update convert_openai_request_to_vertex
* test_create_vertex_fine_tune_jobs_mocked
* fix order of methods
* update LiteLLMFineTuningJobCreate
* update OpenAIFineTuningHyperparameters
* update vertex hyper params in response
* _transform_openai_hyperparameters_to_vertex_hyperparameters
* supervised_tuning_spec["hyperParameters"] fix
* fix mapping for ft params testing
* docs fine tuning apis
* fix test_convert_basic_openai_request_to_vertex_request
* update hyperparams for create fine tuning
* fix linting
* test_create_vertex_fine_tune_jobs_mocked_with_hyperparameters
* run ci/cd again
* test_convert_basic_openai_request_to_vertex_request
|
2025-01-01 07:44:48 -08:00 |
|
Ishaan Jaff
|
29f16d4443
|
(fix) v1/fine_tuning/jobs with VertexAI (#7487)
* update convert_openai_request_to_vertex
* test_create_vertex_fine_tune_jobs_mocked
|
2024-12-31 15:09:56 -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 |
|
Ishaan Jaff
|
e09d3761d8
|
Code Quality Improvement - use vertex_ai/ as folder name for vertexAI (#7166)
* fix rename vertex ai
* run ci/cd again
|
2024-12-11 00:32:41 -08:00 |
|