Commit graph

7544 commits

Author SHA1 Message Date
ishaan-jaff
fff2ec08a4 (ci/cd) run again 2024-02-17 19:23:40 -08:00
ishaan-jaff
55b5b5d3b4 bump: version 1.25.1 → 1.25.2 2024-02-17 19:22:55 -08:00
Ishaan Jaff
9bca72ef31
Merge pull request #2029 from BerriAI/litellm_model_based_budget
[FEAT] Budgets per Model (for a key)
2024-02-17 19:22:11 -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
ishaan-jaff
1baa958923 (fix) ui - reload key spend info 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
fcf2c2f130 Update gemini documentation 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
Krish Dholakia
03da603f1f Update README.md 2024-02-17 19:13:04 -08:00
Krish Dholakia
07fb2cf741 Update README.md 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
28f20dd687 (docs) set budget per model 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
8f9d4c4726 bump: version 1.25.0 → 1.25.1 2024-02-17 19:13:04 -08:00
ishaan-jaff
dceece00c9 (fix) ui build 2024-02-17 19:13:04 -08:00
ishaan-jaff
8af1f5f9b0 (fix) ui - fix method not alowed error 2024-02-17 19:13:04 -08:00
ishaan-jaff
614649659d (fix) docs - incorrect title 2024-02-17 19:13:04 -08:00
ishaan-jaff
a8f9a0f0b5 (docs) setting server root path 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
Lunik
975974b61b Refresh Helm chart structure
Signed-off-by: Lunik <lunik@tiwabbit.fr>
2024-02-17 19:13:04 -08:00
Erik Bjäreholt
dde0bab827 nit: added urls to pyproject.toml
This adds links to the various URLs from the PyPI page.
2024-02-17 19:13:04 -08:00
Krrish Dholakia
f35c340462 docs(call_hooks.md): add async_moderation_hook to docs 2024-02-17 19:13:04 -08:00
Krrish Dholakia
7248b8373a docs(call_hooks.md): add async_moderation_hooks to docs 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
a8a5bbf453 bump: version 1.24.6 → 1.25.0 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
ishaan-jaff
dcc96674cc bump: version 1.24.5 → 1.24.6 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
Ishaan Jaff
0042bde0cd Update README.md 2024-02-17 19:13:04 -08:00
Ishaan Jaff
fb2a3e27d0 Update README.md 2024-02-17 19:13:04 -08:00
Ishaan Jaff
dd62f6e46f
Merge pull request #2048 from BerriAI/litellm_ui_reload_spend_data
[FEAT]  UI- reload key spend info
2024-02-17 19:09:54 -08:00
ishaan-jaff
846f48d708 (build) new ui build 2024-02-17 19:07:56 -08:00
Krish Dholakia
6f77a4a31e
Merge pull request #2037 from BerriAI/litellm_request_level_pii_masking
feat(presidio_pii_masking.py): allow request level controls for turning on/off pii masking
2024-02-17 19:05:14 -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
fbddf0bb43 (fix) ui - reload key spend info 2024-02-17 19:03:22 -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
73acdf3736 refactor: rename enterprise specific hooks and callbacks to be more precise 2024-02-17 17:52:45 -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
Krish Dholakia
a3d197fa1f
Update README.md 2024-02-17 16:46:11 -08:00
Krish Dholakia
2de5a60993
Update README.md 2024-02-17 16:45:46 -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