Ishaan Jaff
|
0d18292549
|
Warning fix for Pydantic 2.0 (#5679) (#5707)
* Fixed UserWarning: Valid config keys have changed in V2 underscore_attrs_are_private
* Trying different method
Co-authored-by: CyanideByte <cyanidebyte@hotmail.com>
|
2024-09-16 11:24:12 -07:00 |
|
Krish Dholakia
|
91c918fd70
|
LiteLLM Minor Fixes and Improvements (09/12/2024) (#5658)
* fix(factory.py): handle tool call content as list
Fixes https://github.com/BerriAI/litellm/issues/5652
* fix(factory.py): enforce stronger typing
* fix(router.py): return model alias in /v1/model/info and /v1/model_group/info
* fix(user_api_key_auth.py): move noisy warning message to debug
cleanup logs
* fix(types.py): cleanup pydantic v2 deprecated param
Fixes https://github.com/BerriAI/litellm/issues/5649
* docs(gemini.md): show how to pass inline data to gemini api
Fixes https://github.com/BerriAI/litellm/issues/5674
|
2024-09-12 23:04:06 -07:00 |
|
Ishaan Jaff
|
d19061020c
|
fix linting errors
|
2024-09-06 16:41:47 -07:00 |
|
Ishaan Jaff
|
186f3dad7f
|
fix RerankResponse type
|
2024-09-06 16:05:19 -07:00 |
|
Ishaan Jaff
|
b67354b756
|
basic cohere rerank logging
|
2024-09-06 15:18:16 -07:00 |
|
Ishaan Jaff
|
09519b74db
|
refactor get_secret
|
2024-09-03 10:42:12 -07:00 |
|
Ishaan Jaff
|
a80b2aebbb
|
add test for rerank on custom api base
|
2024-08-27 18:25:51 -07:00 |
|
Ishaan Jaff
|
1be953b565
|
add async support for rerank
|
2024-08-27 17:02:48 -07:00 |
|
Ishaan Jaff
|
2aa119864a
|
add rerank params
|
2024-08-27 16:45:39 -07:00 |
|
Ishaan Jaff
|
70db82a236
|
add tg ai rerank support
|
2024-08-27 16:25:54 -07:00 |
|
Ishaan Jaff
|
15ac10af40
|
add main cohere ai rerank handler + test
|
2024-08-27 15:57:36 -07:00 |
|
Ishaan Jaff
|
f9d2c0c40f
|
add basic cohere rerank
|
2024-08-27 15:55:43 -07:00 |
|