Commit graph

1105 commits

Author SHA1 Message Date
ishaan-jaff
66d552eb9a (feat) /daily/metrics 2024-02-27 14:51:23 -08:00
Krrish Dholakia
57998c28dc fix(proxy_server.py): drop none values in streaming response 2024-02-27 14:37:29 -08:00
Krrish Dholakia
79eaea82ba fix(proxy_server.py): don't return None objects 2024-02-27 13:51:54 -08:00
Krrish Dholakia
7250c86fbe fix: enable proxy admin to set budgets for teams on ui 2024-02-27 13:29:40 -08:00
Krrish Dholakia
ac9a443fdf refactor(navbar.tsx): show enable sso option for simple login users 2024-02-27 13:29:40 -08:00
lucebert
8784cdf3ce
(feat) add user_api_key_alias in litellm_params metadata 2024-02-27 17:32:14 +01:00
Krish Dholakia
365e7ed5b9
Merge pull request #2208 from BerriAI/litellm_enforce_team_limits
Litellm enforce team limits
2024-02-26 23:10:01 -08:00
Krrish Dholakia
1815ee16d4 fix(proxy_server.py): check if prisma client is initialized before checking if view exists 2024-02-26 22:11:47 -08:00
Krish Dholakia
600b925bca
Merge pull request #2212 from BerriAI/litellm_app_owner_usage
build(proxy_server.py): fix /spend/logs query bug
2024-02-26 19:58:29 -08:00
Krrish Dholakia
4d9584ecd5 test(proxy_server.py): check if token has team params 2024-02-26 19:57:13 -08:00
Krrish Dholakia
d0c205fcd1 fix(proxy_server.py): don't cache request on key generate - misses the team related data 2024-02-26 18:48:55 -08:00
Krrish Dholakia
0273d1adc4 build(proxy_server.py): fix /spend/logs query bug 2024-02-26 18:38:02 -08:00
Krrish Dholakia
f86ab19067 fix(parallel_request_limiter.py): fix team rate limit enforcement 2024-02-26 18:06:13 -08:00
ishaan-jaff
30f4033bbc (feat) enable viewing /spend/logs for clickhouse 2024-02-26 18:05:21 -08:00
ishaan-jaff
c1f9703734 (feat) use clickhouse for /spend/logs 2024-02-26 17:54:10 -08:00
Krrish Dholakia
71d4b7aaf4 fix(proxy_server.py): enforce team based spend limits 2024-02-26 15:45:25 -08:00
Krish Dholakia
61d69b1efa
Merge pull request #2183 from BerriAI/litellm_team_rate_limits
fix(proxy_server.py): allow user to set team tpm/rpm limits/budget/models
2024-02-25 01:12:39 -08:00
Krrish Dholakia
c9413dfded fix: bug fixes 2024-02-25 00:49:31 -08:00
Krrish Dholakia
a83f890a9c fix(proxy_server.py): bug fixes 2024-02-25 00:12:16 -08:00
Krrish Dholakia
c33a472611 build(ui): enable admin to create teams, add members, create keys for teams 2024-02-24 22:06:00 -08:00
Krish Dholakia
aaf086c0a8
Merge branch 'main' into litellm_block_unblock_user_api 2024-02-24 11:43:16 -08:00
Krrish Dholakia
5b0eab2224 fix(proxy_server.py): allow user to set team tpm/rpm limits/budget/models 2024-02-24 11:37:20 -08:00
Krrish Dholakia
194c823783 fix(huggingface_restapi.py): return initial hf error 2024-02-24 10:46:59 -08:00
Krrish Dholakia
f3be073f72 fix(proxy_server.py): enable end-users to opt out of llm api calls 2024-02-23 19:56:00 -08:00
Krrish Dholakia
0806aa8da1 fix(proxy_server.py): enable default new user params 2024-02-23 16:39:50 -08:00
Ishaan Jaff
e049858266
Merge pull request #2150 from BerriAI/litellm_fix_bug_litellm_verification_token_increase
[FIX] BUG where extra tokens created in litellm verification token table
2024-02-23 07:44:21 -08:00
Krish Dholakia
b6a05cb787
Merge branch 'main' into litellm_banned_keywords_list 2024-02-22 22:20:59 -08:00
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