Krrish Dholakia
|
fe004bc45c
|
build: cleanup unused files
|
2025-03-22 12:54:11 -07:00 |
|
Krrish Dholakia
|
92d4486a2c
|
fix(llm_passthrough_endpoints.py): raise verbose error if credentials not found on proxy
|
2025-03-22 11:49:51 -07:00 |
|
Krrish Dholakia
|
06e69a414e
|
fix(vertex_ai/common_utils.py): fix handling constructed url with default vertex config
|
2025-03-22 11:32:01 -07:00 |
|
Krrish Dholakia
|
b44b3bd36b
|
feat(llm_passthrough_endpoints.py): base case passing for refactored vertex passthrough route
|
2025-03-22 11:06:52 -07:00 |
|
Krrish Dholakia
|
94d3413335
|
refactor(llm_passthrough_endpoints.py): refactor vertex passthrough to use common llm passthrough handler.py
|
2025-03-22 10:42:46 -07:00 |
|
Krrish Dholakia
|
f0d047a0e4
|
fix: fix linting error
|
2025-03-21 18:23:58 -07:00 |
|
Krrish Dholakia
|
8b0c75d88f
|
fix: fix linting error
|
2025-03-21 18:08:00 -07:00 |
|
Krrish Dholakia
|
2d1082f520
|
fix(proxy/_types.py): handle user_email=None
|
2025-03-21 17:46:18 -07:00 |
|
Krrish Dholakia
|
6034187aa5
|
fix: remove unused import
|
2025-03-21 17:25:57 -07:00 |
|
Krrish Dholakia
|
4b49dab717
|
fix: remove unused import
|
2025-03-21 17:22:58 -07:00 |
|
Krrish Dholakia
|
95ef5f1009
|
refactor(user_api_key_auth.py): move is_route_allowed to inside common_checks
ensures consistent behaviour inside api key + jwt routes
|
2025-03-21 17:21:07 -07:00 |
|
Krrish Dholakia
|
91cf3fc40d
|
test: initial e2e testing to ensure non admin jwt token cannot create new teams
|
2025-03-21 16:40:18 -07:00 |
|
Krrish Dholakia
|
0e0925fccf
|
fix(team_endpoints.py): consistently return 404 if team not found in DB
Fixes response on /team/delete
|
2025-03-20 20:28:03 -07:00 |
|
Krrish Dholakia
|
532af66bbd
|
feat(pass_through_endpoints.py): return api base on pass-through exception
enables easy debugging on backend api errors
|
2025-03-20 20:19:52 -07:00 |
|
Krrish Dholakia
|
943e036851
|
feat(pass_through_endpoints.py): support returning api-base on pass-through endpoints
Make it easier to debug what the api base sent to provider was
|
2025-03-20 20:11:49 -07:00 |
|
Krish Dholakia
|
7cf7e80c5a
|
Merge pull request #9395 from BerriAI/litellm_ui_fixes_03_19_2025
Read Version from pyproject.toml / read-version (push) Successful in 18s
Helm unit test / unit-test (push) Successful in 21s
fix(internal_user_endpoints.py): re-introduce upsert on user not found
|
2025-03-19 22:58:32 -07:00 |
|
Ishaan Jaff
|
1bd7443c25
|
Merge pull request #9384 from BerriAI/litellm_prompt_management_custom
[Feat] - Allow building custom prompt management integration
|
2025-03-19 21:06:41 -07:00 |
|
Ishaan Jaff
|
247e4d09ee
|
Merge branch 'main' into litellm_fix_ssl_verify
|
2025-03-19 21:03:06 -07:00 |
|
Krrish Dholakia
|
07b1e6aa1c
|
fix(internal_user_endpoints.py): re-introduce upsert on user not found
Fixes https://github.com/BerriAI/litellm/issues/9243
|
2025-03-19 19:28:11 -07:00 |
|
Ishaan Jaff
|
805542005a
|
CustomPromptManagement
|
2025-03-19 16:38:59 -07:00 |
|
Krish Dholakia
|
08e4614842
|
Merge pull request #9382 from BerriAI/litellm_dev_03_19_2025_p2
Support 'prisma migrate' for db schema changes
|
2025-03-19 16:37:47 -07:00 |
|
Ishaan Jaff
|
f3d850c79a
|
example X42PromptManagement
|
2025-03-19 16:24:41 -07:00 |
|
Krish Dholakia
|
9432d1a865
|
Merge pull request #9357 from BerriAI/litellm_dev_03_18_2025_p2
fix(lowest_tpm_rpm_v2.py): support batch writing increments to redis
|
2025-03-19 15:45:10 -07:00 |
|
Krrish Dholakia
|
61cd02200c
|
fix: remove unused import
|
2025-03-19 15:33:04 -07:00 |
|
Krrish Dholakia
|
665fdfc788
|
feat(prisma_client.py): initial commit add prisma migration support to proxy
|
2025-03-19 14:26:59 -07:00 |
|
Krrish Dholakia
|
c13f6514bf
|
fix(proxy_server.py): move db credential check to only run behind feature flag
|
2025-03-19 11:35:14 -07:00 |
|
Ishaan Jaff
|
f5ef0c3cb7
|
fix code quality checks
|
2025-03-18 22:34:43 -07:00 |
|
Krrish Dholakia
|
ef008138a3
|
feat(base_routing_strategy.py): handle updating in-memory keys
|
2025-03-18 19:44:04 -07:00 |
|
Krrish Dholakia
|
1328afe612
|
fix(lowest_tpm_rpm_v2.py): support batch writing increments to redis
|
2025-03-18 19:09:53 -07:00 |
|
Ishaan Jaff
|
de97cda445
|
refactor create_litellm_proxy_request_started_spen
|
2025-03-18 16:12:16 -07:00 |
|
Ishaan Jaff
|
5e892a1e92
|
ui new build
Read Version from pyproject.toml / read-version (push) Successful in 18s
Helm unit test / unit-test (push) Successful in 22s
|
2025-03-18 11:46:23 -07:00 |
|
Ishaan Jaff
|
3458c69eb0
|
fix common utils
|
2025-03-18 11:04:02 -07:00 |
|
Ishaan Jaff
|
b5c32c913b
|
Merge pull request #9331 from BerriAI/litellm_patch_disable_spend_updates
Read Version from pyproject.toml / read-version (push) Successful in 46s
Helm unit test / unit-test (push) Successful in 48s
[Patch] - Allow disabling all spend updates / writes to DB
|
2025-03-17 22:22:09 -07:00 |
|
Ishaan Jaff
|
0c1d00864d
|
fix ProxyUpdateSpend
|
2025-03-17 22:17:56 -07:00 |
|
Ishaan Jaff
|
d42f84dd4e
|
Merge pull request #9328 from BerriAI/litellm_control_internal_user_settings_ui
[UI] - Allow controlling default internal user settings on ui
|
2025-03-17 22:07:47 -07:00 |
|
Ishaan Jaff
|
e78adcdc8c
|
fix settings endpoints code qa
|
2025-03-17 21:32:05 -07:00 |
|
Ishaan Jaff
|
39fc8bdcaf
|
fix is_internal_user_role
|
2025-03-17 20:50:16 -07:00 |
|
Ishaan Jaff
|
537bed127b
|
expose flag to disable_spend_updates
|
2025-03-17 20:45:49 -07:00 |
|
Ishaan Jaff
|
caf3050fa0
|
fix linting error
|
2025-03-17 20:37:20 -07:00 |
|
Ishaan Jaff
|
09403e2097
|
use jsonify_team_object for updating teams
|
2025-03-17 19:42:04 -07:00 |
|
Ishaan Jaff
|
a9123d961d
|
fix _reset_budget_for_team
|
2025-03-17 19:34:44 -07:00 |
|
Ishaan Jaff
|
91f4d4d865
|
fix _reset_budget_for_key/team/user
|
2025-03-17 18:56:24 -07:00 |
|
Ishaan Jaff
|
8441f2f55c
|
fix DefaultInternalUserParams
|
2025-03-17 18:13:15 -07:00 |
|
Ishaan Jaff
|
93e4a36300
|
DefaultInternalUserParams
|
2025-03-17 18:11:19 -07:00 |
|
Ishaan Jaff
|
5d8b288570
|
fix get_sso_settings
|
2025-03-17 18:06:09 -07:00 |
|
Ishaan Jaff
|
5e1e25d98d
|
is_internal_user_role
|
2025-03-17 17:55:35 -07:00 |
|
Ishaan Jaff
|
8ff8ad82c9
|
DefaultInternalUserParams
|
2025-03-17 17:34:05 -07:00 |
|
Ishaan Jaff
|
508b474a1f
|
update_internal_user_settings
|
2025-03-17 17:03:06 -07:00 |
|
Ishaan Jaff
|
02db6f9d86
|
fix display of settings
|
2025-03-17 16:56:49 -07:00 |
|
Ishaan Jaff
|
2607676e3f
|
UISSOSettings
|
2025-03-17 16:29:32 -07:00 |
|