Commit graph

88 commits

Author SHA1 Message Date
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
ishaan-jaff
4821fa9201 (v0) add schema.prisma 2024-01-18 10:04:34 -08:00
Krrish Dholakia
98b83fa780 feat(proxy_server.py): support model access groups 2024-01-17 15:45:31 -08:00
Krrish Dholakia
7434f1a300 build(Dockerfile): moves prisma logic to dockerfile 2024-01-06 14:59:10 +05:30