Commit Graph
7742 Commits
Author SHA1 Message Date
Krrish Dholakia 70a523eee7 fix(langfuse.py): support time to first token logging on langfuse 2024-02-23 10:04:12 -08:00
ishaan-jaff 957614f0df bump: version 1.26.12 → 1.26.13 2024-02-23 09:46:49 -08:00
ishaan-jaff b1f3821d51 bump: version 1.26.11 → 1.26.12 2024-02-23 09:46:46 -08:00
Ishaan JaffandGitHub 9594ceae55 Merge pull request #2164 from BerriAI/litellm_support_extra_headers
[FEAT] Support extra headers - OpenAI / Azure
2024-02-23 09:42:09 -08:00
Ishaan JaffandGitHub 5ec3075fb1 Merge pull request #2163 from vivek-athina/feature/athina
Support for Athina logging
2024-02-23 09:39:06 -08:00
ishaan-jaff c9567c8652 (docs) passing extra_headers to OpenAI 2024-02-23 09:27:48 -08:00
Vivek Aditya d922b34385 pr comments addressed 2024-02-23 22:40:09 +05:30
Vivek Aditya 0d3046dcc9 added athina to logging doc 2024-02-23 22:33:09 +05:30
ishaan-jaff aa9164e2ce (docs) setting extra_headers 2024-02-23 08:56:09 -08:00
ishaan-jaff 3c8b58bd80 (feat) support extra_headers 2024-02-23 08:48:21 -08:00
Vivek Aditya 9837aaa7e1 added athina in readme.md 2024-02-23 22:05:29 +05:30
Krrish Dholakia d1a40ecacf docs(load_balancing.md): have proxy routing docs point to sdk routing docs 2024-02-23 08:34:15 -08:00
Vivek Aditya 244fa1c4ab Support for Athina logging 2024-02-23 21:49:40 +05:30
Ishaan JaffandGitHub e049858266 Merge pull request #2150 from BerriAI/litellm_fix_bug_litellm_verification_token_increase
[FIX] BUG where extra tokens created in litellm verification token table
2024-02-23 07:44:21 -08:00
Krrish Dholakia 2c378d96b7 bump: version 1.26.10 → 1.26.11 v1.26.10 v1.26.11 2024-02-22 22:37:20 -08:00
Krish DholakiaandGitHub 3a9916b3c5 Merge pull request #2141 from BerriAI/litellm_fix_azure_function_calling_streaming
fix(utils.py): ensure argument is always a string
2024-02-22 22:36:46 -08:00
Krish DholakiaandGitHub dd4439b6a8 Merge branch 'main' into litellm_fix_azure_function_calling_streaming 2024-02-22 22:36:38 -08:00
Krish DholakiaandGitHub 98f412f4a7 Merge pull request #2147 from BerriAI/litellm_banned_keywords_list
Allow admin to ban keywords on proxy
2024-02-22 22:21:11 -08:00
Krish DholakiaandGitHub b6a05cb787 Merge branch 'main' into litellm_banned_keywords_list 2024-02-22 22:20:59 -08:00
Krrish Dholakia 0380f4c9b1 bump: version 1.26.9 → 1.26.10 2024-02-22 22:08:18 -08:00
Krrish Dholakia 1de9dda278 refactor(main.py): trigger new build 2024-02-22 22:08:05 -08:00
Krrish Dholakia 8e4cdbbe39 test(test_promptlayer_integration.py): skip for ci/cd due to read issues 2024-02-22 22:02:52 -08:00
Krrish Dholakia d0f5165606 test(test_promptlayer_integration.py): fixing run 2024-02-22 22:01:13 -08:00
Krrish Dholakia ca03c57277 test(test_streaming.py): fix openai streaming function calling test 2024-02-22 21:50:14 -08:00
Krrish Dholakia a08c4bb1bf refactor(proxy_server.py): add examples on swagger for calling /team/update and /team/delete v1.26.9 2024-02-22 21:41:23 -08:00
Krrish Dholakia e07cf33cba test(test_streaming.py): add exception mapping for palm timeout error 2024-02-22 21:36:57 -08:00
Krish DholakiaandGitHub e7cce90c3a Merge pull request #2144 from BerriAI/litellm_blocked_user_list
feat(proxy_server.py): add support for blocked user lists (enterprise-only)
2024-02-22 21:34:07 -08:00
ishaan-jaff 86d10d33a3 (feat) fix bug where several tokens created in litellm v token 2024-02-22 21:33:43 -08:00
Krrish Dholakia 01e6c7ed89 test(test_completion.py): remove deprecated together ai model 2024-02-22 21:33:34 -08:00
Krrish Dholakia 9d17a0789f fix(vertex_ai.py): fix vertex ai function calling 2024-02-22 21:28:24 -08:00
ishaan-jaff 21e1c2dc21 (docs) admin ui with proxy_base_url 2024-02-22 21:18:26 -08:00
ishaan-jaff c0a75d4992 (test) promptlayer integration 2024-02-22 21:10:53 -08:00
ishaan-jaff 9b32cf5492 bump: version 1.26.8 → 1.26.9 2024-02-22 19:29:59 -08:00
Ishaan JaffandGitHub 881038b4eb Merge pull request #2148 from BerriAI/litellm_rpm_tpm_limit_by_user
[FEAT] Set TPM/RPM Limits per User
2024-02-22 19:28:09 -08:00
ishaan-jaff 2122a7cf1e (docs) set user tpm/rpm limits 2024-02-22 19:23:16 -08:00
ishaan-jaff a13243652f (fix) failing parallel_Request_limiter test 2024-02-22 19:16:22 -08:00
ishaan-jaff 1fff8f8105 (fix) don't double check curr data and time 2024-02-22 18:50:02 -08:00
ishaan-jaff b5900099af (feat) tpm/rpm limit by User 2024-02-22 18:44:03 -08:00
Krrish Dholakia acae98fd50 feat(proxy_server.py): enable admin to set banned keywords on proxy 2024-02-22 18:30:42 -08:00
Krrish Dholakia 6ad450396b docs(enterprise.md): add Enable Blocked User Lists for docs 2024-02-22 18:04:29 -08:00
Krrish Dholakia 028f455ad0 feat(proxy_server.py): add support for blocked user lists (enterprise-only) 2024-02-22 17:51:31 -08:00
ishaan-jaff 21b132cff6 (ci/cd) fix test - together_ai is unreliable, slow 2024-02-22 17:32:09 -08:00
Ishaan JaffandGitHub 5be70b94e7 Merge pull request #2143 from BerriAI/litellm_admin_ui_use_hosted-img
[FEAT] Admin UI - Use Hosted Logo for Custom Branding
2024-02-22 15:43:20 -08:00
ishaan-jaff b6886b8714 (docs) set hosted image for custom branding 2024-02-22 15:40:15 -08:00
Krrish Dholakia b6017115e3 fix(utils.py): ensure argument is always a string 2024-02-22 15:15:56 -08:00
ishaan-jaff ff4c936c38 (feat) use hosted images for custom branding 2024-02-22 14:51:40 -08:00
ishaan-jaff bb649043d4 (feat) use default key cloak oauth params 2024-02-22 14:43:32 -08:00
Ishaan JaffandGitHub 2294957355 Merge pull request #2140 from BerriAI/litellm_sso_work_with_keycloak
[FEAT] LiteLLM Admin UI work with keycloak
2024-02-22 14:40:39 -08:00
ishaan-jaff b205d13a3b (feat) use generic user first name / last name 2024-02-22 14:25:32 -08:00
ishaan-jaff 6a48fa64ce (docs) set generic user attributes 2024-02-22 14:25:07 -08:00