Ishaan Jaff
|
1335859e5d
|
send management endpoint alert
|
2024-08-12 11:07:48 -07:00 |
|
Ishaan Jaff
|
47953aaa96
|
use management_endpoint_wrapper for key endpoints
|
2024-08-12 11:02:21 -07:00 |
|
Ishaan Jaff
|
30a54ef007
|
v0 log KeyCreatedEvent
|
2024-08-12 10:56:11 -07:00 |
|
Krrish Dholakia
|
2ed2ae96af
|
fix(user_api_key_auth.py): move warning to debug log
|
2024-08-12 10:35:44 -07:00 |
|
Ishaan Jaff
|
e46009f3d2
|
Merge pull request #5154 from BerriAI/litellm_send_prometheus_fallbacks_from_slack
[Feat-Proxy] send prometheus fallbacks stats to slack
|
2024-08-10 17:14:01 -07:00 |
|
Krrish Dholakia
|
a0a1feb7da
|
fix(management/utils.py): fix add_member to team when adding user_email
Fixes https://github.com/BerriAI/litellm/issues/5112
|
2024-08-10 17:12:09 -07:00 |
|
Ishaan Jaff
|
aef13a37f4
|
feat add cron job for sending stats from prometheus
|
2024-08-10 16:56:03 -07:00 |
|
Ishaan Jaff
|
017ba7a0fe
|
add slack alerting on proxy_config.yaml
|
2024-08-10 16:37:59 -07:00 |
|
Krrish Dholakia
|
575afa8029
|
fix(internal_user_endpoints.py): return all teams if user is admin
|
2024-08-10 16:36:43 -07:00 |
|
Ishaan Jaff
|
ffb7f9f280
|
add fallback_reports as slack alert
|
2024-08-10 15:26:32 -07:00 |
|
Ishaan Jaff
|
3bc39af1b9
|
Merge pull request #5153 from BerriAI/litellm_track_fallback_prometheus
Feat - Proxy track fallback metrics on prometheus
|
2024-08-10 14:10:42 -07:00 |
|
Ishaan Jaff
|
d1eedb04bd
|
prometheus log_success_fallback_event
|
2024-08-10 14:05:18 -07:00 |
|
Krrish Dholakia
|
0ea056971c
|
docs(prefix.md): add prefix support to docs
|
2024-08-10 13:55:47 -07:00 |
|
Krrish Dholakia
|
dd2ea72cb4
|
fix(openai.py): fix position of invalid_params param
|
2024-08-10 09:52:27 -07:00 |
|
Krish Dholakia
|
e1a8e6c394
|
Merge pull request #5145 from BerriAI/litellm_fix_stream_options_logging
fix(litellm_logging.py): fix calling success callback w/ stream_options true
|
2024-08-09 20:30:19 -07:00 |
|
Ishaan Jaff
|
a1fe1d2042
|
fix linting error
|
2024-08-09 18:47:23 -07:00 |
|
Krrish Dholakia
|
a26b23a3f4
|
fix(litellm_logging.py): fix calling success callback w/ stream_options true
Fixes https://github.com/BerriAI/litellm/issues/5118
|
2024-08-09 18:20:42 -07:00 |
|
Krrish Dholakia
|
9f0a05d406
|
fix(utils.py): only return non-null default values
|
2024-08-09 16:34:59 -07:00 |
|
Ishaan Jaff
|
3e2a1fe0aa
|
log provider specific metadata as a span
|
2024-08-09 14:32:02 -07:00 |
|
Ishaan Jaff
|
2f8db40cab
|
ui new build
|
2024-08-09 12:26:24 -07:00 |
|
Ishaan Jaff
|
f260c1a043
|
Merge pull request #5134 from BerriAI/litellm_refactor_promt
[Feat] v2 prometheus deployment outage, healthy, partial outage alerting
|
2024-08-09 12:18:40 -07:00 |
|
Krrish Dholakia
|
7b6db63d30
|
fix(router.py): fallback on 400-status code requests
|
2024-08-09 12:16:49 -07:00 |
|
Ishaan Jaff
|
0b9ad45790
|
refactor prom metrics
|
2024-08-09 09:02:23 -07:00 |
|
Krrish Dholakia
|
d471f7e840
|
feat(vertex_httpx.py): return vertex grounding, citation, and safety results
|
2024-08-09 08:54:55 -07:00 |
|
Krrish Dholakia
|
f0f19a9457
|
bump: version 1.43.4 → 1.43.5
|
2024-08-08 23:47:01 -07:00 |
|
Krish Dholakia
|
3d259f1883
|
Merge branch 'main' into litellm_sso_team_member_add
|
2024-08-08 23:34:06 -07:00 |
|
Ishaan Jaff
|
30ab7191d6
|
ui new build
|
2024-08-08 23:30:51 -07:00 |
|
Ishaan Jaff
|
2245711e69
|
ui new build
|
2024-08-08 23:29:08 -07:00 |
|
Ishaan Jaff
|
309ed056bf
|
docs cachedContent endpoint
|
2024-08-08 23:27:02 -07:00 |
|
Ishaan Jaff
|
27e50d0344
|
add example using litellm proxy with gemini context caching
|
2024-08-08 23:26:25 -07:00 |
|
Krrish Dholakia
|
42ce03466d
|
fix(anthropic.py): fix translation from /v1/messages format to openai format
|
2024-08-08 23:26:14 -07:00 |
|
Krrish Dholakia
|
81a0a8ab22
|
fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag
Relevant to - https://github.com/BerriAI/litellm/issues/5106
|
2024-08-08 23:26:01 -07:00 |
|
Krrish Dholakia
|
e56ece6ee1
|
fix(user_api_key_auth.py): Fixes https://github.com/BerriAI/litellm/issues/5111
|
2024-08-08 23:25:42 -07:00 |
|
Ishaan Jaff
|
04037c5b0e
|
ui new build
|
2024-08-08 23:25:27 -07:00 |
|
Ishaan Jaff
|
8c8e2f8c68
|
ui new build
|
2024-08-08 23:25:27 -07:00 |
|
Ishaan Jaff
|
6808aad6df
|
docs cachedContent endpoint
|
2024-08-08 23:25:27 -07:00 |
|
Ishaan Jaff
|
d5c10778ff
|
add example using litellm proxy with gemini context caching
|
2024-08-08 23:25:27 -07:00 |
|
Krrish Dholakia
|
37035d90e3
|
fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag
Relevant to - https://github.com/BerriAI/litellm/issues/5106
|
2024-08-08 23:25:27 -07:00 |
|
Krrish Dholakia
|
6b3ed35787
|
fix(user_api_key_auth.py): Fixes https://github.com/BerriAI/litellm/issues/5111
|
2024-08-08 23:25:27 -07:00 |
|
Ishaan Jaff
|
69cac2fc33
|
docs cachedContent endpoint
|
2024-08-08 23:25:27 -07:00 |
|
Ishaan Jaff
|
c723610c59
|
add example using litellm proxy with gemini context caching
|
2024-08-08 23:25:27 -07:00 |
|
Krrish Dholakia
|
ec0ea56b8d
|
fix(anthropic.py): fix translation from /v1/messages format to openai format
|
2024-08-08 23:25:27 -07:00 |
|
Krrish Dholakia
|
b83253be78
|
fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag
Relevant to - https://github.com/BerriAI/litellm/issues/5106
|
2024-08-08 23:25:27 -07:00 |
|
Krrish Dholakia
|
ce4c5f8ab8
|
fix(user_api_key_auth.py): Fixes https://github.com/BerriAI/litellm/issues/5111
|
2024-08-08 23:25:27 -07:00 |
|
Krish Dholakia
|
a80301b19e
|
Merge branch 'main' into litellm_sso_max_internal_budget_fixes
|
2024-08-08 23:24:30 -07:00 |
|
Ishaan Jaff
|
1afd16ee6e
|
ui new build
|
2024-08-08 23:23:38 -07:00 |
|
Ishaan Jaff
|
04b23f8493
|
ui new build
|
2024-08-08 23:23:38 -07:00 |
|
Ishaan Jaff
|
0017f726af
|
docs cachedContent endpoint
|
2024-08-08 23:23:31 -07:00 |
|
Ishaan Jaff
|
16466f4672
|
add example using litellm proxy with gemini context caching
|
2024-08-08 23:23:04 -07:00 |
|
Krrish Dholakia
|
6d3f3f3230
|
fix(internal_user_endpoints.py): expose new 'internal_user_budget_duration' flag
Relevant to - https://github.com/BerriAI/litellm/issues/5106
|
2024-08-08 23:22:35 -07:00 |
|