Commit graph

4465 commits

Author SHA1 Message Date
ishaan-jaff
0e8f639e5d (feat) proxy - view all 2024-02-20 15:37:39 -08:00
ishaan-jaff
6546b43e5c (fix) ui build issues 2024-02-20 13:24:30 -08:00
ishaan-jaff
4e3f85907d (fix) ui build issues 2024-02-20 13:24:21 -08:00
ishaan-jaff
1dfb302dc7 (feat) new ui build 2024-02-20 13:18:18 -08:00
Krrish Dholakia
b3886b4bda refactor(main.py): trigger new build 2024-02-19 22:53:38 -08:00
Krish Dholakia
e2da1e8ac5
Merge pull request #2087 from BerriAI/litellm_llm_guard_integration
feat(llm_guard.py): support llm guard for content moderation
2024-02-19 22:48:12 -08:00
ishaan-jaff
9c4b570f6e (feat) proxy allow user/request_model 2024-02-19 20:56:28 -08:00
Krrish Dholakia
14513af2e2 feat(llm_guard.py): support llm guard for content moderation
https://github.com/BerriAI/litellm/issues/2056
2024-02-19 20:51:25 -08:00
ishaan-jaff
c5ac2f13f3 (fix) user_id_models on sso/callback 2024-02-19 20:39:17 -08:00
ishaan-jaff
be73bad9f6 (feat) /user/get_requests 2024-02-19 20:39:17 -08:00
ishaan-jaff
cdbfac4c07 (feat) use user_notification table 2024-02-19 20:39:17 -08:00
ishaan-jaff
b989f19e6e (feat) proxy - save model access requests 2024-02-19 20:39:17 -08:00
Krrish Dholakia
67e93a1865 test(test_presidio_pii_masking.py): add more unit tests 2024-02-19 20:39:17 -08:00
Krrish Dholakia
9fa4dfbdd3 test(test_presidio_pii_masking.py): add more unit tests 2024-02-19 16:30:44 -08:00
Ishaan Jaff
f8a204c101
Merge pull request #2066 from BerriAI/litellm_show_if_user_has_model_access
[FEAT] /model/info show models user has access to
2024-02-19 15:00:17 -08:00
ishaan-jaff
050114bb29 (fix) use "/v2/model/info", 2024-02-19 13:29:19 -08:00
ishaan-jaff
17a6db7ed4 (fix) model/info 2024-02-19 13:27:12 -08:00
ishaan-jaff
e5cb0bbaf6 (feat) use /v2/model/info 2024-02-19 13:24:22 -08:00
ishaan-jaff
c523e1d55c (fix) server show models user has access to 2024-02-19 13:17:24 -08:00
ishaan-jaff
9b8befe052 (feat) /model/info show models user has access to 2024-02-19 09:25:32 -08:00
Krish Dholakia
9522f6a2c1
Merge pull request #2049 from BerriAI/litellm_return_all_teams_for_user
feat(proxy_server.py): return all teams, user is a member of in /user/info
2024-02-17 23:36:45 -08:00
Krish Dholakia
b41cdf598b
Merge branch 'main' into litellm_google_text_moderation 2024-02-17 22:10:26 -08:00
Krish Dholakia
038ba426ab
Merge branch 'main' into litellm_llamaguard_custom_categories 2024-02-17 21:36:40 -08:00
ishaan-jaff
fff2ec08a4 (ci/cd) run again 2024-02-17 19:23:40 -08:00
Krrish Dholakia
d0813fd27f feat(proxy_server.py): return all teams, user is a member of in /user/info
https://github.com/BerriAI/litellm/issues/2014
2024-02-17 19:18:41 -08:00
ishaan-jaff
2927811c19 (fix) testing fix 2024-02-17 19:17:33 -08:00
ishaan-jaff
5b318478c2 (build) new ui build 2024-02-17 19:13:04 -08:00
Krrish Dholakia
579677886a feat(presidio_pii_masking.py): allow request level controls for turning on/off pii masking
https://github.com/BerriAI/litellm/issues/2003
2024-02-17 19:13:04 -08:00
Krrish Dholakia
0febb44c5a fix(proxy_cli.py): allow user to control db connection pool + timeouts from config 2024-02-17 19:13:04 -08:00
ishaan-jaff
fdf3cd4c59 (fix) litellm bug in 2024-02-17 19:13:04 -08:00
Krrish Dholakia
5bb3d346bb refactor: rename enterprise specific hooks and callbacks to be more precise 2024-02-17 19:13:04 -08:00
Andres Barbaro
0400e95433 Add safety_settings parameter to gemini generate_content calls 2024-02-17 19:13:04 -08:00
ishaan-jaff
db4fa90edb (fix) dynamo db test - new model_spend params 2024-02-17 19:13:04 -08:00
ishaan-jaff
9845d34075 (fix) issue with storing model max budget 2024-02-17 19:13:04 -08:00
ishaan-jaff
dceece00c9 (fix) ui build 2024-02-17 19:13:04 -08:00
ishaan-jaff
9276e205bf (feat) set fast api root path 2024-02-17 19:13:04 -08:00
Krrish Dholakia
0a3284e753 docs(enterprise.md): add llama guard tutorial to enterprise docs 2024-02-17 19:13:04 -08:00
Krrish Dholakia
3ae5912f34 refactor(main.py): trigger new build 2024-02-17 19:13:04 -08:00
Alexandre Sorokine
23b6643080 fix for importllib compatibility issue for python 3.8
was tested for python versions 3.8, 3.9, 3.10, 3.11, 3.12
2024-02-17 19:13:04 -08:00
Krrish Dholakia
bf77295168 feat(llama_guard.py): add llama guard support for content moderation + new async_moderation_hook endpoint 2024-02-17 19:13:04 -08:00
Krrish Dholakia
7d647a457d test(test_custom_callback_input.py): fix image gen callback test 2024-02-17 19:13:04 -08:00
Krrish Dholakia
0cc6341ed0 fix(utils.py): support image gen logging to langfuse 2024-02-17 19:13:04 -08:00
Krrish Dholakia
045d84e167 fix(proxy_cli.py): allow user to control db connection pool + timeouts from config 2024-02-17 19:03:43 -08:00
Ishaan Jaff
bf572b495a
Merge pull request #2047 from BerriAI/litellm_ui_cost_tracking
[FIX] Spend Tracking bug for Keys made on Admin UI (when role = proxy_admin)
2024-02-17 18:59:02 -08:00
ishaan-jaff
901a1a3655 (fix) litellm bug in 2024-02-17 18:41:37 -08:00
Krrish Dholakia
ddf0911c46 feat(google_text_moderation.py): allow user to use google text moderation for content mod on proxy 2024-02-17 18:36:29 -08:00
Krrish Dholakia
73acdf3736 refactor: rename enterprise specific hooks and callbacks to be more precise 2024-02-17 17:52:45 -08:00
Krrish Dholakia
074d93cc97 feat(llama_guard.py): allow user to define custom unsafe content categories 2024-02-17 17:42:47 -08:00
Krish Dholakia
ad81e19282
Merge pull request #2013 from afbarbaro/litellm_gemini_safety_settings
Add safety_settings parameter to gemini generate_content calls
2024-02-17 16:47:29 -08:00
ishaan-jaff
44202aa25b (fix) dynamo db test - new model_spend params 2024-02-17 16:00:08 -08:00