yuneng-jiang
a9eae5937f
Override router settings
2026-01-31 16:04:52 -08:00
Harshit Jain
6df0406cf6
fix: args issue & refactor into helper function to reduce bloat for both( #19441 )
2026-01-25 10:21:20 +05:30
yeahyung and GitHub
a92bf8173e
Fix create, search vector store error ( #13285 )
...
* (#13284 ) add avector_store_create to route_type which doesn't require model
* (#13284 ) exclude hidden params in metadata when create vector store
* (#13284 ) fix lint error
* (#13284 ) keep metadata None if metadata is None(not empty dict)
* (#13284 ) add test code
* (#13284 ) change test code name
* (#13284 ) add avector_store_search to route_type which doesn't require model
2025-08-06 11:15:17 -07:00
Krish Dholakia and GitHub
1a4ad8bf18
Update mistral 'supports_response_schema' field + Fix ollama embedding ( #12024 )
...
* build(model_prices_and_context_window.json): update all mistral models (besides codestral-mamba) to indicate support for response schema
Closes https://github.com/BerriAI/litellm/issues/12012
* fix(route_llm_request.py): if llm router is not initialized, go straight through to litellm sdk
Fixes https://github.com/BerriAI/litellm/issues/12008
* test: add unit test
* fix(ollama_embeddings): fix unecessary await
Fixes https://github.com/BerriAI/litellm/issues/11997
* test: update ollama embedding tests
2025-06-25 07:20:13 -07:00
Krish Dholakia and GitHub
ef42461c1e
Litellm fix GitHub action testing ( #11163 )
...
* test: add __init__.py files
* refactor: rename test folder to avoid naming conflict
* test: update workflows
* test: update tests
* test: update imports
* test: update tests
* test: remove unused import
* ci(test-litellm.yml): add pytest retry to github workflow
* test: fix test
2025-05-26 14:41:42 -07:00