Ishaan Jaff
|
7b29273b14
|
(fix) redis 6.2 version incompatibility issue
v1.32.7.dev3
|
2024-03-20 09:38:21 -07:00 |
|
Krrish Dholakia
|
ca970a90c4
|
fix(handle_jwt.py): remove issuer check
v1.32.7.dev1
|
2024-03-20 08:35:23 -07:00 |
|
 Ishaan JaffandGitHub
|
909883ee04
|
Merge pull request #2602 from BerriAI/litellm_cache_ping
(feat) litellm proxy /cache/ping
|
2024-03-20 08:32:14 -07:00 |
|
Ishaan Jaff
|
4ed551dc52
|
(feat) better debugging for /cache/ping
|
2024-03-20 08:30:11 -07:00 |
|
Ishaan Jaff
|
2256ece5a9
|
(feat) litellm cache ping
|
2024-03-20 08:24:13 -07:00 |
|
Krrish Dholakia
|
88733fda5d
|
docs(prompt_injection.md): open sourcing prompt injection detection
|
2024-03-19 22:48:52 -07:00 |
|
Krrish Dholakia
|
524c244dd9
|
fix(utils.py): support response_format param for ollama
https://github.com/BerriAI/litellm/issues/2580
v1.32.7
|
2024-03-19 21:07:20 -07:00 |
|
Krrish Dholakia
|
d6624bf6c3
|
refactor(main.py): trigger new build
|
2024-03-19 21:05:53 -07:00 |
|
Krish Dholakia
|
f6bab298a0
|
Updated config.yml
|
2024-03-19 21:04:38 -07:00 |
|
Ishaan Jaff
|
8f750b71eb
|
(fix) caching - don't require cache password
|
2024-03-19 20:50:16 -07:00 |
|
Krrish Dholakia
|
dff4d6363a
|
bump: version 1.32.6 → 1.32.7
|
2024-03-19 20:42:38 -07:00 |
|
Krrish Dholakia
|
066346b8c8
|
test: handle flaky tests locally - causing db timeout issues on circle ci
|
2024-03-19 20:39:53 -07:00 |
|
Krrish Dholakia
|
f25b03326b
|
fix(proxy_server.py): allow user to disable scheduled reset budget task
|
2024-03-19 20:36:22 -07:00 |
|
Krrish Dholakia
|
2dfdc8dd69
|
Revert "Merge pull request #2593 from BerriAI/litellm_reset_budget_fix"
This reverts commit afd363129f, reversing
changes made to c94bc94ad5.
|
2024-03-19 20:25:41 -07:00 |
|
Krrish Dholakia
|
3a866dd349
|
bump: version 1.32.5 → 1.32.6
|
2024-03-19 20:17:50 -07:00 |
|
 Krish DholakiaandGitHub
|
afd363129f
|
Merge pull request #2593 from BerriAI/litellm_reset_budget_fix
fix(proxy/utils.py): fix reset budget logic
|
2024-03-19 20:17:03 -07:00 |
|
Krrish Dholakia
|
b9f222f8fb
|
test(test_users.py): skip flaky circle ci test
|
2024-03-19 20:09:38 -07:00 |
|
Krrish Dholakia
|
37795c0d92
|
fix(proxy_server.py): add more debug logs
|
2024-03-19 19:59:43 -07:00 |
|
Krrish Dholakia
|
97e7113b87
|
test(test_users.py): fix test
|
2024-03-19 19:48:44 -07:00 |
|
Krrish Dholakia
|
9140453d0c
|
test: make test call more reliable
|
2024-03-19 19:47:18 -07:00 |
|
Krrish Dholakia
|
0822f6283f
|
test(test_users.py): reposition test
trying to identify why endpoint isn't being called
|
2024-03-19 19:40:41 -07:00 |
|
Krrish Dholakia
|
f6de3a0359
|
fix: better debug logs
|
2024-03-19 19:28:26 -07:00 |
|
 Ishaan JaffandGitHub
|
c94bc94ad5
|
Merge pull request #2591 from BerriAI/litellm_metrics_endpoint
[Feat] /metrics endpoint for Prometheus, Grafana
|
2024-03-19 18:08:22 -07:00 |
|
Krrish Dholakia
|
e0d3b18835
|
fix(proxy/utils.py): fix reset budget logic
uses fewer clients - prevents read timeouts
|
2024-03-19 18:02:09 -07:00 |
|
Ishaan Jaff
|
827a8af093
|
(fix) add prometheus_client to req.txt
|
2024-03-19 18:01:04 -07:00 |
|
 Krish DholakiaandGitHub
|
5171d7689f
|
Merge pull request #2592 from BerriAI/litellm_jwt_auth
feat(handle_jwt.py): support authenticating admins into the proxy via jwt's
|
2024-03-19 17:54:54 -07:00 |
|
Krrish Dholakia
|
3ed3d89a06
|
docs: doc cleanup
|
2024-03-19 17:50:31 -07:00 |
|
Krrish Dholakia
|
0c1d754e2c
|
docs(cost_tracking.md): cleanup docs
|
2024-03-19 17:40:52 -07:00 |
|
Krrish Dholakia
|
191c2256f6
|
docs(deploy.md): fix deploy quick start command
|
2024-03-19 17:35:08 -07:00 |
|
Krrish Dholakia
|
749ebae124
|
build(requirements.txt): cleanup
|
2024-03-19 17:33:53 -07:00 |
|
Ishaan Jaff
|
bed1c0478a
|
(fix) include prom endpoint
|
2024-03-19 17:30:07 -07:00 |
|
Ishaan Jaff
|
c196186190
|
(fix) add /metrics to utils.py
|
2024-03-19 17:28:33 -07:00 |
|
Krrish Dholakia
|
1c68a7fd1d
|
refactor(handle_jwt.py): print jwt version
|
2024-03-19 17:17:11 -07:00 |
|
Krrish Dholakia
|
9ce7aeab67
|
build: fix build
|
2024-03-19 17:09:23 -07:00 |
|
Krrish Dholakia
|
8c91156842
|
build: build fixes
|
2024-03-19 16:59:59 -07:00 |
|
Krrish Dholakia
|
a8d3d51d21
|
docs(token_based_auth.md): add jwt auth to docs
|
2024-03-19 16:34:27 -07:00 |
|
Krrish Dholakia
|
7aff716c68
|
build(requirements.txt): add jwt to docker requirements
|
2024-03-19 16:23:24 -07:00 |
|
Ishaan Jaff
|
aa1c480452
|
(feat) using prom litellm
|
2024-03-19 15:49:23 -07:00 |
|
Ishaan Jaff
|
d2522752a6
|
(feat) prometheus metric collector
|
2024-03-19 15:44:36 -07:00 |
|
Krrish Dholakia
|
302bab6f1f
|
feat(handle_jwt.py): support authenticating admins into the proxy via jwt's
|
2024-03-19 15:00:27 -07:00 |
|
Ishaan Jaff
|
4b7e102187
|
(v0) prometheus metric
|
2024-03-19 14:48:38 -07:00 |
|
Krish Dholakia
|
358f94a4c3
|
Updated config.yml
|
2024-03-19 13:23:57 -07:00 |
|
 Ishaan JaffandGitHub
|
36440f6b4a
|
Merge pull request #2521 from BerriAI/dependabot/npm_and_yarn/docs/my-website/follow-redirects-1.15.6
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs/my-website
|
2024-03-19 13:13:55 -07:00 |
|
 Ishaan JaffandGitHub
|
6f97e21039
|
Merge pull request #2589 from BerriAI/litellm_fill_models_when_creating_teams
[Admin UI] Show models when creating teams
|
2024-03-19 13:12:34 -07:00 |
|
Ishaan Jaff
|
4dc69db8e2
|
(feat) new ui build
|
2024-03-19 13:06:30 -07:00 |
|
Ishaan Jaff
|
d59d21f0fc
|
(feat) ui - show models on create tab
|
2024-03-19 13:04:03 -07:00 |
|
Ishaan Jaff
|
3f3ce3372c
|
(feat) - show models when creating teams
|
2024-03-19 12:55:03 -07:00 |
|
 Ishaan JaffandGitHub
|
6cf0b32b32
|
Merge pull request #2588 from BerriAI/litellm_admin_ui_cleanup
[FEAT] Litellm admin UI cleanup
|
2024-03-19 12:42:37 -07:00 |
|
Ishaan Jaff
|
9b330db88f
|
(feat) show slice of metadata
|
2024-03-19 12:38:53 -07:00 |
|
Ishaan Jaff
|
4b33a53f25
|
(feat) admin ui set max_width per column
|
2024-03-19 12:22:49 -07:00 |
|