Krrish Dholakia
|
fb0a13c8bb
|
fix(anthropic.py): support openai system message being a list
|
2024-07-23 21:45:56 -07:00 |
|
Ishaan Jaff
|
92708a2737
|
Merge pull request #4841 from BerriAI/litellm_anthropic_cost_tracking
[Feat] - /v1/messages support usage tracking on spendLogs
|
2024-07-23 16:37:42 -07:00 |
|
Ishaan Jaff
|
78eb5164df
|
fix DB accept null values for api_base, user, etc
|
2024-07-23 16:33:04 -07:00 |
|
Ishaan Jaff
|
a71b60d005
|
Pass litellm proxy specific metadata
|
2024-07-23 15:31:30 -07:00 |
|
Ishaan Jaff
|
4c1ee1e282
|
fix add better debugging _PROXY_track_cost_callback
|
2024-07-23 15:25:46 -07:00 |
|
Krrish Dholakia
|
f64a3309d1
|
fix(utils.py): support raw response headers for streaming requests
|
2024-07-23 11:58:58 -07:00 |
|
Krrish Dholakia
|
dcb974dd1e
|
feat(utils.py): support passing openai response headers to client, if enabled
Allows openai/openai-compatible provider response headers to be sent to client, if 'return_response_headers' is enabled
|
2024-07-23 11:30:52 -07:00 |
|
Ishaan Jaff
|
b137207ae6
|
doc alert_to_webhook_url
|
2024-07-23 11:04:15 -07:00 |
|
Ishaan Jaff
|
0ec2e9aa27
|
feat alert_to_webhook_url
|
2024-07-23 10:09:24 -07:00 |
|
Ishaan Jaff
|
d116ff280e
|
feat - set alert_to_webhook_url
|
2024-07-23 10:08:21 -07:00 |
|
Ishaan Jaff
|
c1593c0cd1
|
update alert_to_webhook_url
|
2024-07-23 10:07:08 -07:00 |
|
Ishaan Jaff
|
69091f31df
|
feat - add success_Callback per request
|
2024-07-23 08:43:01 -07:00 |
|
Ishaan Jaff
|
24ae0119d1
|
add debug logging for team callback settings
|
2024-07-23 08:41:05 -07:00 |
|
Ishaan Jaff
|
1a33c40713
|
add endpoint to disable logging for a team
|
2024-07-23 08:38:23 -07:00 |
|
Krish Dholakia
|
e770ac48a2
|
Merge branch 'main' into litellm_braintrust_integration
|
2024-07-22 22:40:39 -07:00 |
|
Krish Dholakia
|
c4db6aa15e
|
Merge pull request #4810 from BerriAI/litellm_team_modify_guardrails
feat(auth_checks.py): Allow admin to disable team from turning on/off guardrails
|
2024-07-22 22:32:24 -07:00 |
|
Krrish Dholakia
|
770f2d80e0
|
fix(init_callbacks.py): fix presidio optional param
|
2024-07-22 22:31:17 -07:00 |
|
Krrish Dholakia
|
1a83935aa4
|
fix(proxy/utils.py): add stronger typing for litellm params in failure call logging
|
2024-07-22 21:31:39 -07:00 |
|
Ishaan Jaff
|
290628d66b
|
Merge pull request #4831 from BerriAI/litellm_api_control_team_logging
[Feat] - API Endpoints to control logging callbacks per Team
|
2024-07-22 21:22:14 -07:00 |
|
Krrish Dholakia
|
548e4f53f8
|
feat(redact_messages.py): allow remove sensitive key information before passing to logging integration
|
2024-07-22 20:58:02 -07:00 |
|
Ishaan Jaff
|
2e5da5ea18
|
GET endpoint to get team callbacks
|
2024-07-22 20:46:20 -07:00 |
|
Ishaan Jaff
|
447bab4d46
|
only allow unique callbacks for team callbacks
|
2024-07-22 20:43:42 -07:00 |
|
Ishaan Jaff
|
5ed82ba5ce
|
feat add return types on team/callback
|
2024-07-22 20:35:27 -07:00 |
|
Krrish Dholakia
|
99a5436ed5
|
feat(lakera_ai.py): control running prompt injection between pre-call and in_parallel
|
2024-07-22 20:04:42 -07:00 |
|
Ishaan Jaff
|
dcd8f7ebf2
|
control team callbacks using API
|
2024-07-22 18:29:21 -07:00 |
|
Ishaan Jaff
|
c9e2f977dd
|
feat - return team_metadata in user_api_key_auth
|
2024-07-22 18:21:50 -07:00 |
|
Ishaan Jaff
|
c34c123fe3
|
feat - add endpoint to set team callbacks
|
2024-07-22 18:18:09 -07:00 |
|
Ishaan Jaff
|
ff768e7571
|
types - AddTeamCallback
|
2024-07-22 18:11:59 -07:00 |
|
Krrish Dholakia
|
e4ab50e1a1
|
feat(braintrust_logging.py): working braintrust logging for successful calls
|
2024-07-22 17:04:55 -07:00 |
|
Ishaan Jaff
|
15c109f023
|
fix checking if _known_custom_logger_compatible_callbacks
|
2024-07-22 15:43:43 -07:00 |
|
Ishaan Jaff
|
673105c88f
|
update tests
|
2024-07-22 14:44:47 -07:00 |
|
Ishaan Jaff
|
b64755d2a1
|
check is_llm_api_route
|
2024-07-22 14:43:30 -07:00 |
|
Ishaan Jaff
|
b54b1d958b
|
track anthropic_routes
|
2024-07-22 14:41:12 -07:00 |
|
Ishaan Jaff
|
41e6c4a573
|
feat - arize ai log llm i/o
|
2024-07-22 13:47:58 -07:00 |
|
Krrish Dholakia
|
f10af7596c
|
fix(utils.py): allow dropping extra_body in additional_drop_params
Fixes https://github.com/BerriAI/litellm/issues/4769
|
2024-07-20 19:12:58 -07:00 |
|
Krrish Dholakia
|
8b3c8102a7
|
feat(auth_checks.py): Allow admin to disable team from turning on/off guardrails.
|
2024-07-20 18:39:05 -07:00 |
|
Ishaan Jaff
|
8eb839863d
|
bump: version 1.41.25 → 1.41.26
|
2024-07-20 18:20:54 -07:00 |
|
Ishaan Jaff
|
cf8ec4a888
|
ui new build
|
2024-07-20 18:18:54 -07:00 |
|
Krrish Dholakia
|
86c9e05c10
|
fix(openai.py): drop invalid params if drop_params: true for azure ai
Fixes https://github.com/BerriAI/litellm/issues/4800
|
2024-07-20 15:08:15 -07:00 |
|
Krish Dholakia
|
f797597202
|
Merge branch 'main' into litellm_proxy_team_cache_update
|
2024-07-19 21:07:26 -07:00 |
|
Krrish Dholakia
|
99aa311083
|
fix(user_api_key_auth.py): update team values in token cache if refreshed more recently
|
2024-07-19 17:35:59 -07:00 |
|
Krrish Dholakia
|
35e640076b
|
fix(user_api_key_auth.py): update valid token cache with updated team object cache
|
2024-07-19 17:06:49 -07:00 |
|
Krish Dholakia
|
f973bd8109
|
Merge branch 'main' into litellm_ai21_jamba
|
2024-07-19 15:11:55 -07:00 |
|
Ishaan Jaff
|
af80e271c9
|
ui new build
|
2024-07-19 14:02:28 -07:00 |
|
Ishaan Jaff
|
df1ac92222
|
fix add fix to update spend logs
|
2024-07-19 12:49:23 -07:00 |
|
Ishaan Jaff
|
90824e2d21
|
ui new build
|
2024-07-19 11:00:13 -07:00 |
|
Ishaan Jaff
|
ae316d2d9a
|
fix ui - make default session 24 hours
|
2024-07-19 10:17:45 -07:00 |
|
Ishaan Jaff
|
defc341f39
|
docs fireworks ai
|
2024-07-19 10:08:48 -07:00 |
|
Marc Abramowitz
|
780a6293dc
|
Alias /health/liveliness as /health/liveness
The latter is the more common term in Kubernetes, so it's nice to support that.
|
2024-07-18 22:40:51 -07:00 |
|
Ishaan Jaff
|
6f393be66b
|
docs - tag based routing
|
2024-07-18 22:40:51 -07:00 |
|