ishaan-jaff
|
2d06d96323
|
(fix) proxy - remove PROXY_BASE_URL
|
2024-02-01 13:09:28 -08:00 |
|
ishaan-jaff
|
9cf6d24661
|
(ui) remove the need for setting PROXY_BASE_URL
|
2024-02-01 13:07:31 -08:00 |
|
David Manouchehri
|
ed80756433
|
(fix) UI Proxy - Fix accidental redirect.
|
2024-02-01 15:07:02 -05:00 |
|
ishaan-jaff
|
d58875d136
|
(fix) proxy - allow _has_user_setup_sso to override allow_auth
|
2024-02-01 08:51:04 -08:00 |
|
ishaan-jaff
|
b9677a1af2
|
(fix) proxy set global general_settings allow_user_auth
|
2024-02-01 08:39:42 -08:00 |
|
John HU
|
0e9a6d61da
|
Set OpenAPI API version metadata
Ref: https://fastapi.tiangolo.com/tutorial/metadata/#metadata-for-api
|
2024-02-01 05:39:45 +00:00 |
|
ishaan-jaff
|
17b46c9089
|
(fix) UI Proxy - handle base url ending with /
|
2024-01-31 20:22:22 -08:00 |
|
ishaan-jaff
|
aced24beaf
|
(fix) proxy - improve swagger admin ui message
|
2024-01-31 20:01:39 -08:00 |
|
ishaan-jaff
|
5ca7ff234b
|
(fix) better error message when no auth provider set ui
|
2024-01-31 19:56:25 -08:00 |
|
ishaan-jaff
|
f0a7b85eda
|
(fix) better error when no sso is setup on proxy
|
2024-01-31 19:28:18 -08:00 |
|
ishaan-jaff
|
447048e213
|
(fix) proxy - give ui key budget = 0
|
2024-01-31 19:17:59 -08:00 |
|
ishaan-jaff
|
f987039d3a
|
(feat) proxy use jwts for UI
|
2024-01-31 18:13:00 -08:00 |
|
ishaan-jaff
|
a970fd8069
|
(fix) ui - if user logged in set allow_user_auth: True
|
2024-01-31 15:53:49 -08:00 |
|
ishaan-jaff
|
6ce71e2ae4
|
(fix) /routes endpoint
|
2024-01-31 15:42:08 -08:00 |
|
ishaan-jaff
|
a790991a13
|
(fix) ui
|
2024-01-31 15:32:46 -08:00 |
|
ishaan-jaff
|
9bd188dfb5
|
(fix) try/except new ui feature
|
2024-01-31 15:31:20 -08:00 |
|
ishaan-jaff
|
572f0fcb08
|
(fix) ui use relative path
|
2024-01-31 15:24:46 -08:00 |
|
ishaan-jaff
|
e35f985faf
|
(feat) move proxy UI to experimental
|
2024-01-31 15:17:27 -08:00 |
|
ishaan-jaff
|
8352cdcfbf
|
(ui) direct users to UI on swagger
|
2024-01-31 15:01:03 -08:00 |
|
ishaan-jaff
|
ba762dbaac
|
(docs) update link to ui admin panel
|
2024-01-31 14:35:50 -08:00 |
|
ishaan-jaff
|
8e5233c9af
|
(fix) redirects
|
2024-01-31 14:31:01 -08:00 |
|
ishaan-jaff
|
536fae09e1
|
(feat) add /ui to proxy
|
2024-01-31 14:21:34 -08:00 |
|
Krrish Dholakia
|
11940e9f7f
|
test(test_keys.py): add more retries for checking if budget updated
|
2024-01-31 10:44:19 -08:00 |
|
Krrish Dholakia
|
3a77da493f
|
fix(proxy_server.py): don't log sk-.. as part of logging object
|
2024-01-31 09:51:33 -08:00 |
|
ishaan-jaff
|
a667634570
|
(fix) proxy - show value of allow_user_auth
|
2024-01-31 07:56:45 -08:00 |
|
Krrish Dholakia
|
c23648da3a
|
fix(proxy_server.py): set expires to string before saving to cache
|
2024-01-30 22:06:33 -08:00 |
|
Krish Dholakia
|
a9059eef10
|
Merge branch 'main' into litellm_no_store_cache_control
|
2024-01-30 21:44:57 -08:00 |
|
Krish Dholakia
|
4b713bd4b1
|
Merge pull request #1696 from BerriAI/litellm_proxy_cold_start_Time
fix(proxy_server.py): speed up proxy startup time
|
2024-01-30 21:34:45 -08:00 |
|
Krrish Dholakia
|
f5c88018dd
|
feat(proxy_server.py): enable cache controls per key + no-store cache flag
|
2024-01-30 20:46:50 -08:00 |
|
ishaan-jaff
|
f285d8d0c7
|
(fix) install python-multipart if missing
|
2024-01-30 18:19:49 -08:00 |
|
ishaan-jaff
|
b2ef2c65c5
|
(fix) dependencies in /sso/key/generate
|
2024-01-30 18:13:53 -08:00 |
|
ishaan-jaff
|
1b4ba3be1d
|
(feat) allow users to use UI without SSO
|
2024-01-30 17:00:40 -08:00 |
|
ishaan-jaff
|
796272e503
|
(feat) add litellm login to proxy
|
2024-01-30 16:47:12 -08:00 |
|
Krrish Dholakia
|
f9b0703815
|
fix(proxy_server.py): speed up proxy startup time
|
2024-01-30 16:17:23 -08:00 |
|
ishaan-jaff
|
9cc12a4e55
|
(chore) cleanup proxy server
|
2024-01-30 15:20:40 -08:00 |
|
ishaan-jaff
|
adc6a72bd2
|
(feat) working sso - google, msft
|
2024-01-30 15:18:50 -08:00 |
|
ishaan-jaff
|
cdba1bf007
|
(feat) oauth msft + google
|
2024-01-30 15:02:15 -08:00 |
|
Krish Dholakia
|
f6f1d1af81
|
Merge pull request #1675 from BerriAI/litellm_optional_gunicorn
build(proxy_cli.py): make running gunicorn an optional cli arg
|
2024-01-30 07:32:43 -08:00 |
|
ishaan-jaff
|
95fde4a307
|
(fix) patch -For DynamoDB Backwards Compatibility
|
2024-01-29 16:52:31 -08:00 |
|
Krrish Dholakia
|
9aa55ab872
|
build(proxy_cli.py): make running gunicorn an optional cli arg
when running proxy locally, running with uvicorn is much better for debugging
|
2024-01-29 15:32:34 -08:00 |
|
ishaan-jaff
|
d6987d3710
|
(feat) proxy return version in /health/readiness
|
2024-01-29 15:28:08 -08:00 |
|
ishaan-jaff
|
2702141434
|
(feat) proxy set default_key_generate_params
|
2024-01-29 14:29:54 -08:00 |
|
ishaan-jaff
|
ce3eed5990
|
(fix) specify UI link on proxy server
|
2024-01-29 13:59:31 -08:00 |
|
ishaan-jaff
|
1e5e7bd902
|
(fix) proxy - ensure cache:True on config.yaml
|
2024-01-29 11:54:50 -08:00 |
|
ishaan-jaff
|
73e34bd591
|
(fix) improve sso error msg
|
2024-01-29 09:26:52 -08:00 |
|
ishaan-jaff
|
dd3d3c87e1
|
(feat) sso login - use deployed UI, GOOGLE_CLIENT_ID env
|
2024-01-29 08:56:19 -08:00 |
|
Krish Dholakia
|
823b9eb9d7
|
Merge branch 'main' into litellm_dashboard_v_2
|
2024-01-27 21:06:54 -08:00 |
|
Krrish Dholakia
|
3da14b620d
|
docs(virtual_keys.md): add key alias and key name to docs
|
2024-01-27 20:03:07 -08:00 |
|
ishaan-jaff
|
d75390adb8
|
(fix) proxy_server
|
2024-01-27 19:21:48 -08:00 |
|
ishaan-jaff
|
bae0d4eec5
|
(fix) redirect proxy users after they have been auth
|
2024-01-27 18:28:10 -08:00 |
|