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
|
d5aae81c6d
|
Litellm vllm refactor (#7158)
* refactor(vllm/): move vllm to use base llm config
* test: mark flaky test
|
2024-12-10 21:48:35 -08:00 |
|
Ishaan Jaff
|
4d1b4beb3d
|
(refactor) caching use LLMCachingHandler for async_get_cache and set_cache (#6208)
* use folder for caching
* fix importing caching
* fix clickhouse pyright
* fix linting
* fix correctly pass kwargs and args
* fix test case for embedding
* fix linting
* fix embedding caching logic
* fix refactor handle utils.py
* fix test_embedding_caching_azure_individual_items_reordered
|
2024-10-14 16:34:01 +05:30 |
|
Ishaan Jaff
|
b032e898c2
|
(fix) batch_completion fails with bedrock due to extraneous [max_workers] key (#6176)
* fix batch_completion
* fix import batch completion
* fix batch completion usage
|
2024-10-12 14:10:24 +05:30 |
|