Krish Dholakia
|
52849e6422
|
LiteLLM Minor Fixes and Improvements (09/07/2024) (#5580)
* fix(litellm_logging.py): set completion_start_time_float to end_time_float if none
Fixes https://github.com/BerriAI/litellm/issues/5500
* feat(_init_.py): add new 'openai_text_completion_compatible_providers' list
Fixes https://github.com/BerriAI/litellm/issues/5558
Handles correctly routing fireworks ai calls when done via text completions
* fix: fix linting errors
* fix: fix linting errors
* fix(openai.py): fix exception raised
* fix(openai.py): fix error handling
* fix(_redis.py): allow all supported arguments for redis cluster (#5554)
* Revert "fix(_redis.py): allow all supported arguments for redis cluster (#5554)" (#5583)
This reverts commit f2191ef4cb .
* fix(router.py): return model alias w/ underlying deployment on router.get_model_list()
Fixes https://github.com/BerriAI/litellm/issues/5524#issuecomment-2336410666
* test: handle flaky tests
---------
Co-authored-by: Jonas Dittrich <58814480+Kakadus@users.noreply.github.com>
|
2024-09-09 18:54:17 -07:00 |
|
Ishaan Jaff
|
7370a994f5
|
use correct type hints for audio transcriptions
|
2024-09-05 09:12:27 -07:00 |
|
Krrish Dholakia
|
faf04985d6
|
fix(azure_text.py): fix streaming parsing
|
2024-08-27 15:52:55 -07:00 |
|
Krrish Dholakia
|
757172e31a
|
fix(azure.py): add response header coverage for azure models
|
2024-08-24 15:12:51 -07:00 |
|
Krrish Dholakia
|
cd51f292b6
|
refactor: remove custom transport logic
Not needed after azure dall-e-2 refactor
|
2024-07-02 17:35:27 -07:00 |
|
Krrish Dholakia
|
5f93cae3ff
|
feat(proxy_server.py): return litellm version in response headers
|
2024-05-08 16:00:08 -07:00 |
|
Krrish Dholakia
|
ed46af19ec
|
fix(openai.py): return logprobs for text completion calls
|
2024-04-02 14:05:56 -07:00 |
|
ishaan-jaff
|
fb52a98e81
|
(fix) support streaming for azure/instruct models
|
2024-03-12 09:50:43 -07:00 |
|
ishaan-jaff
|
c5ebbd1868
|
(feat) support azure/gpt-instruct models
|
2024-03-12 09:30:15 -07:00 |
|