Krish Dholakia
|
12b173fdc5
|
LiteLLM Minor Fixes & Improvements (10/07/2024) (#6101)
* fix(utils.py): support dropping temperature param for azure o1 models
* fix(main.py): handle azure o1 streaming requests
o1 doesn't support streaming, fake it to ensure code works as expected
* feat(utils.py): expose `hosted_vllm/` endpoint, with tool handling for vllm
Fixes https://github.com/BerriAI/litellm/issues/6088
* refactor(internal_user_endpoints.py): cleanup unused params + update docstring
Closes https://github.com/BerriAI/litellm/issues/6100
* fix(main.py): expose custom image generation api support
Fixes https://github.com/BerriAI/litellm/issues/6097
* fix: fix linting errors
* docs(custom_llm_server.md): add docs on custom api for image gen calls
* fix(types/utils.py): handle dict type
* fix(types/utils.py): fix linting errors
|
2024-10-07 22:17:22 -07:00 |
|
Krish Dholakia
|
578f9c91af
|
fix(utils.py): fix fix pydantic obj to schema creation for vertex en… (#6071)
* fix(utils.py): fix fix pydantic obj to schema creation for vertex endpoints
Fixes https://github.com/BerriAI/litellm/issues/6027
* test(test_completion.pyu): skip test - avoid hitting gemini rate limits
* fix(common_utils.py): fix ruff linting error
|
2024-10-06 00:25:55 -04:00 |
|
Ishaan Jaff
|
5d467cea50
|
ci/cd run again
|
2024-10-04 17:19:26 +05:30 |
|
Ishaan Jaff
|
4bc7e740f3
|
ci/cd run again
|
2024-09-28 21:08:15 -07:00 |
|
Ishaan Jaff
|
83f1d18be3
|
ci/cd run again
|
2024-09-28 21:08:15 -07:00 |
|
Krrish Dholakia
|
bc6ed7a06f
|
fix(router.py): skip setting model_group response headers for now
current implementation increases redis cache calls by 3x
|
2024-09-28 21:08:15 -07:00 |
|
Krrish Dholakia
|
389d4ee58c
|
fix(utils.py): guarantee openai-compatible headers always exist in response
Fixes https://github.com/BerriAI/litellm/issues/5957
|
2024-09-28 21:08:15 -07:00 |
|
Krrish Dholakia
|
eabf2477f2
|
fix(return-openai-compatible-headers): v0 is openai, azure, anthropic
Fixes https://github.com/BerriAI/litellm/issues/5957
|
2024-09-28 21:08:15 -07:00 |
|
Krrish Dholakia
|
ea96eebe85
|
refactor: move all testing to top-level of repo
Closes https://github.com/BerriAI/litellm/issues/486
|
2024-09-28 21:08:14 -07:00 |
|