Krrish Dholakia
|
f536fb13e6
|
fix(proxy_server.py): persist models added via /model/new to db
allows models to be used across instances
https://github.com/BerriAI/litellm/issues/2319 , https://github.com/BerriAI/litellm/issues/2329
|
2024-04-03 20:16:41 -07:00 |
|
Ishaan Jaff
|
2b0feab16b
|
(fix) prisma - use original prisma client py generator
|
2024-03-28 12:25:28 -07:00 |
|
Ishaan Jaff
|
e44594d9da
|
(fix) prisma remove json protocol
|
2024-03-28 12:06:57 -07:00 |
|
Tim
|
d939755a73
|
Remove duplicated "blocked" field on LiteLLM_TeamTable
|
2024-03-27 17:02:18 +01:00 |
|
Krish Dholakia
|
e266142d2b
|
Merge pull request #2705 from BerriAI/litellm_permissions_table
enable new `/team/disable` endpoint
|
2024-03-26 18:47:34 -07:00 |
|
Krrish Dholakia
|
bec093675c
|
build(schema.prisma): update schema to enable team blocking
|
2024-03-26 17:03:32 -07:00 |
|
Krrish Dholakia
|
77472b80eb
|
fix(proxy_server.py): use consistent naming schema - move to /team/block
|
2024-03-26 16:59:36 -07:00 |
|
Krrish Dholakia
|
4f7ba902d8
|
feat(proxy_server.py): enable new /team/disable endpoint
reject all requests from this team id, without deleting it.
|
2024-03-26 15:40:50 -07:00 |
|
Krrish Dholakia
|
d57995a73d
|
build(schema.prisma): use jsonProtocol to fix db connection issues
https://github.com/prisma/prisma/discussions/19978
|
2024-03-21 18:01:45 -07:00 |
|
Krrish Dholakia
|
dd151869a3
|
fix(blocked_user_list.py): check if end user blocked in db
|
2024-03-16 13:03:52 -07:00 |
|
Krrish Dholakia
|
ef0002f31c
|
fix(proxy_server.py): write blocked user list to a db table
lets this persist across workers
|
2024-03-16 12:26:29 -07:00 |
|
Krrish Dholakia
|
fc16b6650e
|
build(schema.prisma): add support for team-based model aliases
|
2024-03-06 18:55:44 -08:00 |
|
Krish Dholakia
|
530b454ff4
|
Merge branch 'main' into litellm_slack_budget_alerting
|
2024-03-02 19:13:57 -08:00 |
|
Krrish Dholakia
|
ac085a4643
|
fix(proxy_server.py): actual implementation of slack soft budget alerting
|
2024-03-02 18:34:18 -08:00 |
|
Krish Dholakia
|
eaccbf26b7
|
Merge branch 'main' into litellm_organization_table
|
2024-03-02 16:09:28 -08:00 |
|
ishaan-jaff
|
b042b5dc3b
|
(feat) set soft_budgets on keys
|
2024-03-02 12:25:40 -08:00 |
|
Krrish Dholakia
|
8a249b5fe9
|
build(schema.prisma): update schema with new orgs and budget table
|
2024-03-02 12:18:31 -08:00 |
|
Krrish Dholakia
|
6fb19c5d42
|
test(test_organizations.py): add testing for /organization/new endpoint
|
2024-03-02 12:13:54 -08:00 |
|
Ishaan Jaff
|
38201ac7e3
|
Merge pull request #2301 from BerriAI/litellm_log_api_base_spend_logs
[FEAT] log api_base in spend logs
|
2024-03-02 12:08:16 -08:00 |
|
ishaan-jaff
|
0418ba5fc3
|
(feat) log api_base in spend logs
|
2024-03-02 12:02:06 -08:00 |
|
Krrish Dholakia
|
5feea04831
|
build: update schema.prisma
|
2024-03-02 11:59:17 -08:00 |
|
Krrish Dholakia
|
2602102ce6
|
feat(proxy_server.py): enable /organizations/new endpoint
allows admins to create organizations which can own teams
|
2024-03-02 11:55:16 -08:00 |
|
Krish Dholakia
|
5f9cd5a4f6
|
Merge branch 'main' into litellm_end_user_spend_tracking
|
2024-02-29 19:31:19 -08:00 |
|
ishaan-jaff
|
168eabb69a
|
(fix) prisma schema
|
2024-02-29 19:21:14 -08:00 |
|
Krrish Dholakia
|
c60fa9c84d
|
feat(proxy/utils.py): enable end_user + team id tracking in spend logs
allows separating proxy owner vs. end user in the spen
d logs
|
2024-02-29 16:04:52 -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
|
6985880506
|
(feat) use user_notification table
|
2024-02-19 16:53:40 -08:00 |
|
ishaan-jaff
|
a13565dd95
|
(feat) proxy - save model access requests
|
2024-02-19 16:35:20 -08:00 |
|
ishaan-jaff
|
d65c6d3869
|
(feat) track spend key-model, user-model, team-model
|
2024-02-16 16:32:17 -08:00 |
|
ishaan-jaff
|
a2f1d2ee52
|
(feat) set key-model budgets
|
2024-02-16 15:44:34 -08:00 |
|
ishaan-jaff
|
23589a398a
|
(feat) log request_tags in SpendLogs
|
2024-02-16 09:52:25 -08:00 |
|
Krrish Dholakia
|
7698b4b7d7
|
build(schema.prisma): add permissions column to key table
|
2024-02-15 21:29:34 -08:00 |
|
Krrish Dholakia
|
ad2deac958
|
build(schema.prisma): drop direct_url support for prisma - caused build time issues
|
2024-02-15 16:23:27 -08:00 |
|
Krrish Dholakia
|
c094db7160
|
feat(proxy_server.py): working /team/new endpoint for creating a new team
|
2024-02-14 17:20:41 -08:00 |
|
Krrish Dholakia
|
ff93609453
|
build(schema.prisma): support direct url on prisma schema
|
2024-02-08 17:37:37 -08:00 |
|
ishaan-jaff
|
29885bbdc1
|
(feat) set user_role for Users
|
2024-02-03 10:23:50 -08:00 |
|
ishaan-jaff
|
aee477f4aa
|
(feat) add user_rol to schema.prisma
|
2024-02-03 10:09:27 -08:00 |
|
Krrish Dholakia
|
de223d0059
|
build(schema.prisma): update prisma schema with allowed_cache_controls param
|
2024-01-30 21:17:01 -08:00 |
|
Krrish Dholakia
|
07a92f93d7
|
build(schema.prisma): update schema
|
2024-01-26 20:53:07 -08:00 |
|
ishaan-jaff
|
55b95e87dd
|
(fix) SpendLogs Table
|
2024-01-26 13:23:51 -08:00 |
|
ishaan-jaff
|
64f1301033
|
(feat) SpendLogs show total_tokens, prompt_tokens, completion_tokens
|
2024-01-26 10:26:15 -08:00 |
|
ishaan-jaff
|
b9fc2c3735
|
(fix) SpendLogs stop logging model params
|
2024-01-26 10:13:34 -08:00 |
|
ishaan-jaff
|
2130a61b6e
|
(feat) add cache_key in spend_log
|
2024-01-24 17:56:00 -08:00 |
|
Krish Dholakia
|
3e7ed4082a
|
Merge pull request #1600 from BerriAI/litellm_global_budget
feat(proxy_server.py): support global budget and resets
|
2024-01-24 14:55:36 -08:00 |
|
Krrish Dholakia
|
159e54d8be
|
feat(proxy_server.py): support global budget and resets
|
2024-01-24 14:27:13 -08:00 |
|
ishaan-jaff
|
fdcb588511
|
(fix) stop logging messages, response in SpendLogs
|
2024-01-24 13:16:34 -08:00 |
|
ishaan-jaff
|
25332b4a60
|
(fix) LiteLLM_VerificationToken - use NULL default for max_budget
|
2024-01-24 12:59:50 -08:00 |
|
Krrish Dholakia
|
b1a105e309
|
feat(proxy/utils.py): enable background process to reset key budgets
|
2024-01-23 12:33:13 -08:00 |
|
ishaan-jaff
|
de7663ead3
|
(fix) make max_budget optional for LiteLLM_VerificationToken
|
2024-01-22 12:20:38 -08:00 |
|
ishaan-jaff
|
8b599d4398
|
v0 max_budget per key
|
2024-01-22 11:33:34 -08:00 |
|