Krrish Dholakia
a08c4bb1bf
refactor(proxy_server.py): add examples on swagger for calling /team/update
and /team/delete
2024-02-22 21:41:23 -08:00
ishaan-jaff
86d10d33a3
(feat) fix bug where several tokens created in litellm v token
2024-02-22 21:33:43 -08:00
Krrish Dholakia
acae98fd50
feat(proxy_server.py): enable admin to set banned keywords on proxy
2024-02-22 18:30:42 -08:00
Krrish Dholakia
028f455ad0
feat(proxy_server.py): add support for blocked user lists (enterprise-only)
2024-02-22 17:51:31 -08:00
ishaan-jaff
ff4c936c38
(feat) use hosted images for custom branding
2024-02-22 14:51:40 -08:00
ishaan-jaff
bb649043d4
(feat) use default key cloak oauth params
2024-02-22 14:43:32 -08:00
ishaan-jaff
b205d13a3b
(feat) use generic user first name / last name
2024-02-22 14:25:32 -08:00
ishaan-jaff
365bba06e1
(fix) failing prompt layer test
2024-02-22 13:36:14 -08:00
Ishaan Jaff
b603d9784d
Merge pull request #2129 from adrien-f/sso
...
update generic SSO login
2024-02-22 13:21:53 -08:00
Adrien Fillon
90f0062fc6
update generic SSO login
...
During implementation for Okta, noticed a few things:
- Some providers require a state parameter to be sent
- Some providers require that the client_id is not included in the body
Moreover, the OpenID response converter was not implemented which
was returning an empty response.
Finally, there was an order where there's a fetch of user information
but on first usage, it is not created yet.
2024-02-22 14:34:18 +01:00
ishaan-jaff
7be3ea021d
(fix) ui - use custom logo
2024-02-21 21:33:11 -08:00
Ishaan Jaff
da5d71cfbf
Merge pull request #2123 from BerriAI/litellm_admin_ui_apply_custom_branding
...
Admin UI - Use Custom Branding
2024-02-21 21:14:48 -08:00
ishaan-jaff
15e0d3c1d8
(feat) admin ui custom branding
2024-02-21 17:34:42 -08:00
Krish Dholakia
0733bf1e7a
Merge pull request #2119 from BerriAI/litellm_updated_team_endpoints
...
Enable `/team/update`, `/team/delete` endpoints + create teams with user defined roles
2024-02-21 17:24:58 -08:00
ishaan-jaff
3064186ba7
(feat) dynamic ui builds
2024-02-21 17:14:40 -08:00
Krrish Dholakia
a7229c9253
fix(proxy_server.py): enable proxy /team/delete endpoint
2024-02-21 16:53:12 -08:00
ishaan-jaff
03cb0b216d
(feat) ui - show custom logo
2024-02-21 16:33:44 -08:00
Krrish Dholakia
55a02c1a31
fix(proxy_server.py): enable /team/update
endpoint for adding / deleting users from team
2024-02-21 14:47:52 -08:00
ishaan-jaff
62b415a7d5
(fix) use UI USERNAME
2024-02-21 13:35:06 -08:00
ishaan-jaff
6a7250a84c
(fix) admin ui with UI_Username
2024-02-21 13:29:55 -08:00
Krrish Dholakia
846757e343
fix: show all teams user is a part of in user_info
2024-02-21 13:29:42 -08:00
ishaan-jaff
476f401b74
(feat) update non default values
2024-02-20 18:55:20 -08:00
ishaan-jaff
0e8f639e5d
(feat) proxy - view all
2024-02-20 15:37:39 -08:00
Krish Dholakia
e2da1e8ac5
Merge pull request #2087 from BerriAI/litellm_llm_guard_integration
...
feat(llm_guard.py): support llm guard for content moderation
2024-02-19 22:48:12 -08:00
ishaan-jaff
9c4b570f6e
(feat) proxy allow user/request_model
2024-02-19 20:56:28 -08:00
Krrish Dholakia
14513af2e2
feat(llm_guard.py): support llm guard for content moderation
...
https://github.com/BerriAI/litellm/issues/2056
2024-02-19 20:51:25 -08:00
ishaan-jaff
c5ac2f13f3
(fix) user_id_models on sso/callback
2024-02-19 20:39:17 -08:00
ishaan-jaff
be73bad9f6
(feat) /user/get_requests
2024-02-19 20:39:17 -08:00
ishaan-jaff
cdbfac4c07
(feat) use user_notification table
2024-02-19 20:39:17 -08:00
ishaan-jaff
b989f19e6e
(feat) proxy - save model access requests
2024-02-19 20:39:17 -08:00
Ishaan Jaff
f8a204c101
Merge pull request #2066 from BerriAI/litellm_show_if_user_has_model_access
...
[FEAT] /model/info show models user has access to
2024-02-19 15:00:17 -08:00
ishaan-jaff
050114bb29
(fix) use "/v2/model/info",
2024-02-19 13:29:19 -08:00
ishaan-jaff
17a6db7ed4
(fix) model/info
2024-02-19 13:27:12 -08:00
ishaan-jaff
e5cb0bbaf6
(feat) use /v2/model/info
2024-02-19 13:24:22 -08:00
ishaan-jaff
c523e1d55c
(fix) server show models user has access to
2024-02-19 13:17:24 -08:00
ishaan-jaff
9b8befe052
(feat) /model/info show models user has access to
2024-02-19 09:25:32 -08:00
Krish Dholakia
9522f6a2c1
Merge pull request #2049 from BerriAI/litellm_return_all_teams_for_user
...
feat(proxy_server.py): return all teams, user is a member of in /user/info
2024-02-17 23:36:45 -08:00
Krish Dholakia
b41cdf598b
Merge branch 'main' into litellm_google_text_moderation
2024-02-17 22:10:26 -08:00
Krrish Dholakia
d0813fd27f
feat(proxy_server.py): return all teams, user is a member of in /user/info
...
https://github.com/BerriAI/litellm/issues/2014
2024-02-17 19:18:41 -08:00
Krrish Dholakia
579677886a
feat(presidio_pii_masking.py): allow request level controls for turning on/off pii masking
...
https://github.com/BerriAI/litellm/issues/2003
2024-02-17 19:13:04 -08:00
ishaan-jaff
fdf3cd4c59
(fix) litellm bug in
2024-02-17 19:13:04 -08:00
Krrish Dholakia
5bb3d346bb
refactor: rename enterprise specific hooks and callbacks to be more precise
2024-02-17 19:13:04 -08:00
ishaan-jaff
9845d34075
(fix) issue with storing model max budget
2024-02-17 19:13:04 -08:00
ishaan-jaff
9276e205bf
(feat) set fast api root path
2024-02-17 19:13:04 -08:00
Krrish Dholakia
bf77295168
feat(llama_guard.py): add llama guard support for content moderation + new async_moderation_hook
endpoint
2024-02-17 19:13:04 -08:00
Ishaan Jaff
bf572b495a
Merge pull request #2047 from BerriAI/litellm_ui_cost_tracking
...
[FIX] Spend Tracking bug for Keys made on Admin UI (when role = proxy_admin)
2024-02-17 18:59:02 -08:00
ishaan-jaff
901a1a3655
(fix) litellm bug in
2024-02-17 18:41:37 -08:00
Krrish Dholakia
ddf0911c46
feat(google_text_moderation.py): allow user to use google text moderation for content mod on proxy
2024-02-17 18:36:29 -08:00
Krrish Dholakia
73acdf3736
refactor: rename enterprise specific hooks and callbacks to be more precise
2024-02-17 17:52:45 -08:00
Ishaan Jaff
35af2d666b
Merge pull request #2022 from BerriAI/litellm_budgets_per_llm
...
[FEAT] Track spend per model (for Key, User and Team)
2024-02-17 15:35:31 -08:00