Commit Graph

13088 Commits

Author SHA1 Message Date
Krrish Dholakia
ff8f0f56ba bump: version 1.40.11 → 1.40.12 2024-06-13 20:55:50 -07:00
Krrish Dholakia
11555e56ed build(ui): new build 2024-06-13 20:55:50 -07:00
Krrish Dholakia
b72d09689e feat(proxy/utils.py): allow budget duration in months
Closes https://github.com/BerriAI/litellm/issues/4042
2024-06-13 20:55:50 -07:00
lucca
ed6a949f39 llama 3 2024-06-13 20:55:50 -07:00
Ishaan Jaff
75bfea4046 doc fix creating team budgets 2024-06-13 20:55:50 -07:00
Ishaan Jaff
988256a13f bump: version 1.40.10 → 1.40.11 2024-06-13 20:55:50 -07:00
Ishaan Jaff
9c7026e1a8 fix - update team 2024-06-13 20:55:50 -07:00
Ishaan Jaff
b986aa2846 update swagger for /team endpoints 2024-06-13 20:55:50 -07:00
Ishaan Jaff
6b3b7b7274 doc - setting team budgets 2024-06-13 20:55:50 -07:00
Ishaan Jaff
f903fb8de4 doc - team based budgets 2024-06-13 20:55:50 -07:00
Ishaan Jaff
b4db497e23 fix /team/update 2024-06-13 20:55:50 -07:00
Ishaan Jaff
34ccbfba5f doc - setting team budgets 2024-06-13 20:55:49 -07:00
Krrish Dholakia
92cd7ffc18 feat(__init__.py): allow setting drop_params as an env
Closes https://github.com/BerriAI/litellm/issues/4175
2024-06-13 20:55:49 -07:00
Krrish Dholakia
dfc37bc933 build: allow resetting customer budget weekly + edit customer budget panel 2024-06-13 20:55:49 -07:00
Krrish Dholakia
4f503c20ca build(ui/teams.tsx): allow resetting teams budget 2024-06-13 20:55:49 -07:00
Ishaan Jaff
b30856db73 fix - ui show correct team budget when budget = 0.0 2024-06-13 20:55:49 -07:00
Ishaan Jaff
8f77cfc013 fix bug when updating team 2024-06-13 20:55:49 -07:00
Ishaan Jaff
36dd2a99d9 docs - budget metrics litellm 2024-06-13 20:55:49 -07:00
Ishaan Jaff
fd3d764a3f feat - add remaining budget for key on prometheus 2024-06-13 20:55:49 -07:00
Ishaan Jaff
95cc2484ed feat - add remaining team budget gauge 2024-06-13 20:55:49 -07:00
Ishaan Jaff
21ed23296f fix - clean up swagger spend endpoints 2024-06-13 20:55:49 -07:00
David Manouchehri
51f873b54d fix(caching.py): Stop throwing constant spam errors on every single S3 cache miss. Fixes #4146. 2024-06-13 20:55:49 -07:00
Krrish Dholakia
345094a49d fix(utils.py): check if model info is for model with correct provider
Fixes issue where incorrect pricing was used for custom llm provider
2024-06-13 15:54:24 -07:00
Krrish Dholakia
d210eccb79 docs(alerting.md): add expected response teams alerting image to docs 2024-06-13 14:28:43 -07:00
Krrish Dholakia
3a0af0eda3 docs(alerting.md): add microsoft teams alerting to docs 2024-06-13 14:21:33 -07:00
Ishaan Jaff
944d95d636
Merge pull request #4176 from BerriAI/litellm_fix_redacting_msgs
[Fix] Redacting messages from OTEL + Refactor `utils.py` to use `litellm_core_utils`
2024-06-13 13:50:13 -07:00
Ishaan Jaff
d274cfeb3f test test_redact_msgs_from_logs 2024-06-13 13:49:23 -07:00
Ishaan Jaff
b154a4a8ad fix - redacting messages 2024-06-13 11:59:18 -07:00
Ishaan Jaff
ec110976b8 fix config 2024-06-13 11:53:04 -07:00
Ishaan Jaff
9cb582307a fix - fix redacting messages litellm 2024-06-13 11:52:20 -07:00
Krrish Dholakia
6ba7a0a909 refactor(utils.py): add more clear error logging 2024-06-13 11:49:42 -07:00
Krrish Dholakia
246491e663 fix(utils.py): log cache hit as INFO message 2024-06-13 11:42:16 -07:00
Ishaan Jaff
eeb0e7d2be fix "/global/spend/report", 2024-06-13 08:51:49 -07:00
Ishaan Jaff
fa139bc6ed
Merge pull request #4169 from bcvanmeurs/patch-3
feat(prometheus): add api_team_alias to exported labels
2024-06-13 07:51:01 -07:00
Ishaan Jaff
79f4eff26b
Merge pull request #4171 from yamitzky/main
Fix errors in the Vertex AI documentation
2024-06-13 07:50:13 -07:00
Krrish Dholakia
c5df662e0f test(test_streaming.py): reduce vertex tests to avoid exhausting limits 2024-06-13 07:30:53 -07:00
Mitsuki Ogasahara
1b2ccb5425 Fix errors in the Vertex AI documentation 2024-06-13 22:37:58 +09:00
Bram van Meurs
270dad93d5
feat(prometheus): add api_team_alias to exported labels 2024-06-13 12:50:40 +02:00
Krrish Dholakia
9c4e6d85ed test: reduce vertex test to avoid exhausting limits 2024-06-12 22:32:45 -07:00
Ishaan Jaff
4bf33ef267 (ci/cd) run again 2024-06-12 22:26:15 -07:00
Ishaan Jaff
45aa59c017 fix vertex test 2024-06-12 22:22:16 -07:00
Krish Dholakia
7ee3ebadc6
Merge pull request #4160 from BerriAI/litellm_vertex_completion_httpx
feat(vertex_httpx.py): Support Vertex AI system messages, JSON Schema, etc.
2024-06-12 22:09:16 -07:00
Krrish Dholakia
9213f69f60 test(test_amazing_vertex_completion.py): reduce vertex tests to avoid exhausting quota 2024-06-12 22:08:43 -07:00
Ishaan Jaff
40f76998ab ci/cd run again 2024-06-12 21:47:13 -07:00
Krrish Dholakia
42f326a164 fix(vertex_httpx.py): support json schema 2024-06-12 21:46:43 -07:00
Ishaan Jaff
5fdff64f22 fix test_spend_logs_payload 2024-06-12 21:44:33 -07:00
Ishaan Jaff
30d76293cc docs - add azure gpt-4o on docs 2024-06-12 21:39:03 -07:00
Ishaan Jaff
a3fa835ce7 ci/cd run again 2024-06-12 21:22:04 -07:00
Krish Dholakia
05e21441a6
Merge branch 'main' into litellm_vertex_completion_httpx 2024-06-12 21:19:22 -07:00
Krrish Dholakia
c426d75e91 fix(vertex_httpx.py): add function calling support to httpx route 2024-06-12 21:11:00 -07:00