Ishaan Jaff
7ffd3d40fa
fix - setting success callbacks with store model in db = True
2024-04-15 21:23:58 -07:00
Krrish Dholakia
45d1b5a4cf
bump: version 1.35.7 → 1.35.8
2024-04-15 18:37:06 -07:00
Krrish Dholakia
c66b59a71e
refactor(main.py): trigger new build
2024-04-15 18:36:51 -07:00
Krrish Dholakia
2d4fe072ad
fix(proxy_server.py): fix delete models endpoint
...
https://github.com/BerriAI/litellm/issues/2951
2024-04-15 18:34:58 -07:00
Ishaan Jaff
5504b0c751
bump: version 1.35.6 → 1.35.7
2024-04-15 18:32:14 -07:00
Ishaan Jaff
abf365b3ac
Merge pull request #3054 from BerriAI/litellm_supports_vision
...
[Feat] view models that `supports_vision`
2024-04-15 18:31:32 -07:00
Ishaan Jaff
874a9ec8de
Merge pull request #3055 from BerriAI/dependabot/pip/pillow-10.3.0
...
build(deps): bump pillow from 10.0.1 to 10.3.0
2024-04-15 18:19:47 -07:00
Ishaan Jaff
462da5a778
fix - support base 64 image conversion for all gemini model
2024-04-15 18:18:55 -07:00
Ishaan Jaff
cf4a38d361
docs - viewing if model supports vision
2024-04-15 18:15:15 -07:00
Ishaan Jaff
fb8e256aba
feat - new util supports_vision
2024-04-15 18:10:12 -07:00
dependabot[bot]
5c819d6dc0
build(deps): bump pillow from 10.0.1 to 10.3.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.1 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 01:08:01 +00:00
Ishaan Jaff
4b6e55bcc0
Merge pull request #3053 from BerriAI/litellm_fix_gemini_pillow_bug
...
[Fix]- gemini bug `please run pip install Pillow` on LiteLLM Docker
2024-04-15 18:07:23 -07:00
Ishaan Jaff
351baf42b5
view models that support_vision
2024-04-15 18:07:03 -07:00
Ishaan Jaff
9df9c19ab3
fix - gemini bug with pillow
2024-04-15 17:52:50 -07:00
Ishaan Jaff
f843a0d654
Merge pull request #3048 from BerriAI/litellm_better_error_msgs
...
[Fix] better error msgs when `/key/delete` raises an error
2024-04-15 17:43:05 -07:00
Ishaan Jaff
756966c8be
Merge pull request #3047 from BerriAI/litellm_fix_key_delete_bug
...
[Fix + Test] key delete bug
2024-04-15 17:38:25 -07:00
Krrish Dholakia
f9a9556f6c
test(test_models.py): assert model id in db is the model id passed in
2024-04-15 17:37:45 -07:00
Ishaan Jaff
45b7eb9ef5
fix /key/delete bug
2024-04-15 16:54:05 -07:00
Ishaan Jaff
004833e862
feat - improve error messages on key/delete
2024-04-15 16:48:34 -07:00
Ishaan Jaff
4f29b126ac
fix - deleting keys on Admin UI
2024-04-15 16:45:14 -07:00
Krish Dholakia
14d5ee2f36
Merge pull request #3015 from zJuuu/model-id-as-key
...
[Fix] Set model_id in db on model creation + modal on model deletion
2024-04-15 16:43:51 -07:00
Krrish Dholakia
dc4b0f9536
build(ui): allow admin to move key to another team
2024-04-15 16:40:19 -07:00
Ishaan Jaff
e20d3f29b0
test - delete keys
2024-04-15 16:37:20 -07:00
Krish Dholakia
9ab6482466
Merge pull request #2883 from Manouchehri/fix-broke-langfuse-2857
...
(fix) Langfuse v2 renamed a few things.
2024-04-15 16:14:05 -07:00
Krrish Dholakia
e4bcc51e44
build(ui): add vertex ai models via ui
2024-04-15 15:59:36 -07:00
Krish Dholakia
0d2a75d301
Merge pull request #2981 from grav/grav/default_model_name_to_none
...
Default model_name to None in _aembedding
2024-04-15 14:45:01 -07:00
Krish Dholakia
a4a21aff41
Merge pull request #3034 from BerriAI/litellm_team_table_fix
...
fix(proxy_server.py): fix /team/update endpoint
2024-04-15 14:40:12 -07:00
Krish Dholakia
45d0873e04
Merge pull request #3043 from BerriAI/litellm_dynamic_vertex_credentials
...
fix(vertex_ai_anthropic.py): Add vertex ai models via `/model/new`
2024-04-15 14:38:29 -07:00
Krrish Dholakia
40d9167cae
test(test_amazing_vertex_completion.py): fix vertex anthropic streaming text
2024-04-15 14:37:22 -07:00
Ishaan Jaff
753fff42b7
Merge pull request #3042 from BerriAI/litellm_fix_using_wildcard_openai_models_proxy
...
[fix] using wildcard openai models proxy
2024-04-15 14:35:12 -07:00
Ishaan Jaff
adae555fb1
Merge branch 'main' into litellm_fix_using_wildcard_openai_models_proxy
2024-04-15 14:35:06 -07:00
Krrish Dholakia
1ec7118e1f
fix(vertex_ai_anthropic.py): set vertex_credentials for vertex ai anthropic calls
...
allows setting vertex credentials as a json string for vertex ai anthropic calls
2024-04-15 14:16:28 -07:00
Ishaan Jaff
6df5337e65
test - wildcard openai models on proxy
2024-04-15 14:05:26 -07:00
Ishaan Jaff
020fb54ea7
fix using wildcard models on proxy
2024-04-15 14:04:37 -07:00
Ishaan Jaff
33cf173405
Merge pull request #3039 from BerriAI/litellm_team_based_logging
...
[Fix + Test] - Team Based logging to Langfuse
2024-04-15 14:01:18 -07:00
Ishaan Jaff
4c5bf508fc
Merge pull request #3041 from BerriAI/docs_add_team_based_langfuse
...
Docs - add team based logging langfuse on langfuse proxy docs
2024-04-15 14:01:09 -07:00
Ishaan Jaff
c19d0f2e7d
fix - langfuse team based logging
2024-04-15 13:38:09 -07:00
Ishaan Jaff
a5bacfa2f3
docs - team based logging on langfuse proxy docs
2024-04-15 13:35:10 -07:00
Krrish Dholakia
50081479f9
fix(main.py): accept vertex service account credentials as json string
...
allows us to dynamically set vertex ai credentials
2024-04-15 13:28:59 -07:00
Ishaan Jaff
ecc6aa060f
test - team based logging on proxy
2024-04-15 13:26:55 -07:00
Ishaan Jaff
464d812fa9
test - team based logging
2024-04-15 13:13:51 -07:00
Krrish Dholakia
c769c3f39b
bump: version 1.35.5 → 1.35.6
2024-04-15 10:51:10 -07:00
Krrish Dholakia
0683589029
fix(utils.py): fix timeout error - don't pass in httpx.request
2024-04-15 10:50:23 -07:00
Krrish Dholakia
8a32d8825c
fix(proxy_server.py): fix /team/update endpoint
...
this also removes the functionality for modifying membership via `/team/update`. This is not considered a breaking change, as we've been pointing to usage of `/team/member_add` and `/team/member_delete` for this. Previous behaviour for this endpoint was causing it to be non-functional. If you're impacted, please let us know.
2024-04-15 10:29:21 -07:00
Ishaan Jaff
931fe035d6
Merge pull request #3033 from BerriAI/litellm_ui_show_users
...
[Fix] show users tab on user + fix pagination
2024-04-15 09:28:07 -07:00
Krish Dholakia
72b54eaad7
Merge pull request #3028 from BerriAI/litellm_anthropic_text_completion_fix
...
fix(anthropic_text.py): add support for async text completion calls
2024-04-15 09:26:28 -07:00
Ishaan Jaff
522f119c83
show users tab on user
2024-04-15 09:25:37 -07:00
Krrish Dholakia
43c37c31ea
fix(proxy_server.py): return none if no model list set in router
...
https://github.com/BerriAI/litellm/issues/2979
2024-04-15 09:02:18 -07:00
Krrish Dholakia
dce1f5466f
fix(anthropic_text.py): return process_response value
2024-04-15 08:51:26 -07:00
Ishaan Jaff
e28120a7cc
Merge pull request #3030 from BerriAI/docs_groq_tool_calling_example
...
Docs - add groq tool calling example
2024-04-15 08:50:04 -07:00