Commit Graph

7489 Commits

Author SHA1 Message Date
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
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
ishaan-jaff
4ea354ee6e (feat) budgets per model 2024-02-16 17:19:01 -08:00
ishaan-jaff
e8dcf8fa13 (fix) setting model_max_budget 2024-02-16 17:00:23 -08:00
ishaan-jaff
d65c6d3869 (feat) track spend key-model, user-model, team-model 2024-02-16 16:32:17 -08:00
ishaan-jaff
2c9d142e42 (feat) track key spend per model 2024-02-16 16:15:24 -08:00
ishaan-jaff
a2f1d2ee52 (feat) set key-model budgets 2024-02-16 15:44:34 -08:00
Ishaan Jaff
fda1552db6
Merge pull request #2021 from BerriAI/litellm_fix_generic_sso
[FEAT] Generic SSO - allow user to specify attribute names
2024-02-16 14:52:43 -08:00
Ishaan Jaff
4d4653b619
Merge branch 'main' into litellm_fix_generic_sso 2024-02-16 14:51:46 -08:00
ishaan-jaff
4ab697c6c2 (Docs) generic sso provider 2024-02-16 14:47:15 -08:00
Ishaan Jaff
e6b9e5b46f
Merge pull request #2020 from Lunik/feat/generic-sso-scopes
 Allow to configure scopes in generic SSO
2024-02-16 14:45:09 -08:00
Lunik
21552620ed
📝 Clarify GENERIC_SCOPE usage
Signed-off-by: Lunik <lunik@tiwabbit.fr>
2024-02-16 23:40:59 +01:00
ishaan-jaff
5857b02bfc (feat) generic sso, set generic_user_id_attribute_name 2024-02-16 14:40:27 -08:00
Lunik
af4537e421
Allow to configure scopes in generic SSO
Signed-off-by: Lunik <lunik@tiwabbit.fr>
2024-02-16 23:24:58 +01:00
Ishaan Jaff
a137680895
Update README.md 2024-02-16 14:17:24 -08:00
Ishaan Jaff
d46ff8aa40
Update README.md 2024-02-16 14:15:53 -08:00
Ishaan Jaff
b91f1786c0
Merge pull request #2019 from BerriAI/litellm_use_litellm_ghcr_as_base_image
[Docs] Show how to use litellm GHCR as a base image
2024-02-16 14:06:58 -08:00
ishaan-jaff
6e1708f595 (docs) use litellm ghcr as base image 2024-02-16 14:02:46 -08:00
ishaan-jaff
8d3897592e (fix) docker compose 2024-02-16 14:01:27 -08:00
Krrish Dholakia
5f9e141d1e fix(huggingface_restapi.py): return streamed response correctly 2024-02-16 13:25:13 -08:00
Krrish Dholakia
86886de9d8 test(test_completion.py): handle azure gpt-4 vision internal error 2024-02-16 13:16:46 -08:00
Ishaan Jaff
900ebb6871
Merge pull request #2012 from BerriAI/litellm_view_spend_per_tag
[FEAT] View spend per tag
2024-02-16 13:08:03 -08:00