Commit graph

10095 commits

Author SHA1 Message Date
Nandesh Guru
f5e3695dc7 Support for Greenscale logging 2024-04-17 12:24:00 -07:00
greenscale-nandesh
3feb0ef897
Merge branch 'BerriAI:main' into main 2024-04-16 11:49:26 -07:00
greenscale-nandesh
702673c3aa
Merge pull request #1 from greenscale-ai/feat/greenscale-integration
Greenscale Integration
2024-04-16 11:49:12 -07:00
Krrish Dholakia
a0d230e3a2 bump: version 1.35.8 → 1.35.9 2024-04-16 11:42:01 -07:00
Krrish Dholakia
3f8abe2754 fix(proxy_server.py): secure /team/info endpoint
make sure user requesting team info is part of team or admin
2024-04-16 11:40:08 -07:00
Krish Dholakia
77df5d7658
Merge pull request #3069 from Manouchehri/add-opus-to-bedrock-3068
(feat): Add Claude v3 Opus on Amazon Bedrock.
2024-04-16 11:32:35 -07:00
Krrish Dholakia
ffd3a96fcf fix(proxy_server.py): prevent non-admins from creating new keys 2024-04-16 11:22:02 -07:00
David Manouchehri
e74f25b8bb
(feat): Add Claude v3 Opus on Amazon Bedrock. 2024-04-16 18:02:24 +00:00
Ishaan Jaff
459c0e38d7
Merge pull request #3066 from BerriAI/litellm_fix_response_from_user_new
[Fix + Test]  - Return correct params from `/user/new`
2024-04-16 09:03:40 -07:00
Krrish Dholakia
666407f198 build(ui): client-side validation if key models are in new team
ensures when keys move teams, the models the key can call, are allowed by the team
2024-04-16 08:57:58 -07:00
Ishaan Jaff
5935b5d7e2
Merge pull request #3067 from BerriAI/litellm_test_setting_langfuse
test - setting up langfuse callback on proxy + assert logs written
2024-04-16 08:54:40 -07:00
Ishaan Jaff
36725b4d9b
Merge pull request #3044 from marcklingen/patch-2
docs: add langfuse to callback docs
2024-04-16 08:51:08 -07:00
Ishaan Jaff
b27e1f5c5c test - setting up langfuse callback on proxy 2024-04-16 08:45:51 -07:00
Ishaan Jaff
2ad2d6cf9f return correct response from user/new 2024-04-16 08:17:45 -07:00
Krish Dholakia
523b94acfd
Merge pull request #2817 from ryanwclark1/gpt4turbopreview
Update: gpt-4-turbo-preview pricing and context.  Included in docs.
2024-04-16 07:35:52 -07:00
Krrish Dholakia
11e2c06c34 docs(proxy_server.py): point people to right health check endpoint 2024-04-16 07:27:59 -07:00
Krish Dholakia
2837b6b2f3
Merge pull request #3019 from ligaz/fix-anthropic-system-msg-handling
Fix Anthropic system message handling
2024-04-16 07:18:47 -07:00
Krrish Dholakia
04dfe01660 build(model_prices_and_context_window.json): add output vector size for openai models 2024-04-16 07:16:53 -07:00
Krish Dholakia
d9b3368146
Merge pull request #2999 from Dev-Khant/add-vertexai-text-embedding
add vertex_ai/text-embedding-preview-0409
2024-04-16 07:03:23 -07:00
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
Marc Klingen
81e4c46ce1
docs: add langfuse to callback docs 2024-04-16 00:47:22 +02: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