Commit graph

4454 commits

Author SHA1 Message Date
ishaan-jaff
854a7c92d5 (feat) /user/get_requests 2024-02-19 17:04:13 -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
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
Ishaan Jaff
35af2d666b
Merge pull request #2022 from BerriAI/litellm_budgets_per_llm
[FEAT] Track spend per model (for Key, User and Team)
2024-02-17 15:35:31 -08:00
ishaan-jaff
c069403b05 (fix) ui build 2024-02-17 14:06:52 -08:00
ishaan-jaff
844df2412e (feat) set fast api root path 2024-02-17 13:03:24 -08:00
Krrish Dholakia
3565f74338 docs(enterprise.md): add llama guard tutorial to enterprise docs 2024-02-17 09:25:49 -08:00
Krrish Dholakia
05b2a3c146 refactor(main.py): trigger new build 2024-02-17 08:25:58 -08:00
Krish Dholakia
9ce29295af
Merge pull request #2017 from sorokine/main 2024-02-17 07:07:56 -08:00
Krrish Dholakia
2a4a6995ac feat(llama_guard.py): add llama guard support for content moderation + new async_moderation_hook endpoint 2024-02-16 18:45:25 -08:00
ishaan-jaff
62d0c54cfb (fix) issue with storing model max budget 2024-02-16 18:18:35 -08:00
ishaan-jaff
e76a3c5ce5 (fix) _types for model_max_budget 2024-02-16 17:47:22 -08:00
ishaan-jaff
659a394a36 (fix) types for model_max_budget 2024-02-16 17:46:34 -08:00
ishaan-jaff
2e074a8585 (test) test_call_with_key_over_model_budget 2024-02-16 17:45:49 -08:00