Krrish Dholakia
|
26e783ab59
|
build: fix field name
|
2024-03-16 14:15:01 -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 |
|
Krrish Dholakia
|
8d22ed762e
|
fix(proxy_server.py): enable admin to create new budget if none set for org
|
2024-03-02 14:38:42 -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 |
|
ishaan-jaff
|
5a14a7afb3
|
(fix) prisma schema
|
2024-02-29 19:21:57 -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
|
4e758ecd64
|
fix: prisma schema
|
2024-02-14 21:01:00 -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 |
|
ishaan-jaff
|
3305dc75ca
|
(docs) add comments on prisma.schema
|
2024-01-24 17:15:05 -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 |
|
Krrish Dholakia
|
f7694bc193
|
Merge branch 'main' into litellm_tpm_rpm_rate_limits
|
2024-01-18 19:10:07 -08:00 |
|
Krrish Dholakia
|
1e5efdfa37
|
fix(proxy_server.py): support setting tpm/rpm limits per user / per key
|
2024-01-18 17:03:18 -08:00 |
|
Ishaan Jaff
|
a8ba5df90e
|
Merge pull request #1500 from BerriAI/litellm_create_keys_with_team_id
[Feat] /key/generate - create keys with`team_id`
|
2024-01-18 16:35:14 -08:00 |
|
ishaan-jaff
|
2b6972111e
|
(feat) write team_id to User Table
|
2024-01-18 14:42:46 -08:00 |
|
ishaan-jaff
|
ea32a8757b
|
(feat) set team_id on virtual_keys
|
2024-01-18 13:34:51 -08:00 |
|
ishaan-jaff
|
73938080f2
|
(feat) track - api_key in spendLogs
|
2024-01-18 13:16:25 -08:00 |
|
ishaan-jaff
|
d14d36af9a
|
(v0 ) working - writing /chat/completion spend tracking
|
2024-01-18 11:54:15 -08:00 |
|
ishaan-jaff
|
4a5f987512
|
(feat) insert_data to spend table
|
2024-01-18 10:09:02 -08:00 |
|