Commit Graph

7771 Commits

Author SHA1 Message Date
ishaan-jaff bf403dc02e (docs) health 2024-02-24 18:38:39 -08:00
Krish Dholakia fc55ef053a Merge pull request #2174 from BerriAI/litellm_block_unblock_user_api
Allow end-users to opt out of llm api calls
2024-02-24 11:43:21 -08:00
Krish Dholakia aaf086c0a8 Merge branch 'main' into litellm_block_unblock_user_api 2024-02-24 11:43:16 -08:00
Krrish Dholakia 194c823783 fix(huggingface_restapi.py): return initial hf error 2024-02-24 10:46:59 -08:00
Krrish Dholakia 7cb86c4e0f fix(router.py): fix text completion error logging 2024-02-24 10:46:59 -08:00
Krish Dholakia d53fd118f2 Update README.md 2024-02-24 10:05:24 -08:00
Krish Dholakia a06b509e56 Update README.md 2024-02-24 10:04:47 -08:00
Krrish Dholakia edaf20b60a docs(enterprise.md): add end user opt out to docs 2024-02-24 09:28:41 -08:00
Krrish Dholakia 9b56a91d25 bump: version 1.27.0 → 1.27.1 v1.27.1 2024-02-23 23:25:11 -08:00
Krish Dholakia a83bc2fd1e Merge pull request #2175 from BerriAI/litellm_stricter_function_calling_streaming_tests
fix(utils.py): stricter azure function calling tests
2024-02-23 22:58:07 -08:00
Krrish Dholakia 20def3805c test(test_openai_endpoints.py): fix test 2024-02-23 22:57:20 -08:00
Krrish Dholakia cd43630ab8 test(test_custom_logger.py): skip flaky test 2024-02-23 21:56:37 -08:00
Krrish Dholakia f7b0ad1e53 bump: version 1.26.13 → 1.27.0 2024-02-23 21:52:49 -08:00
Krish Dholakia 71e471de74 Merge pull request #2165 from BerriAI/litellm_langfuse_ttfs_logging
fix(langfuse.py): support time to first token logging on langfuse
2024-02-23 21:50:03 -08:00
Krish Dholakia 5bef3031f7 Merge pull request #2172 from BerriAI/litellm_default_model_user_creation
Default user values for new user on SSO
2024-02-23 21:05:53 -08:00
Krrish Dholakia 97b9d570a6 fix(utils.py): stricter azure function calling tests 2024-02-23 20:55:32 -08:00
Krrish Dholakia f3be073f72 fix(proxy_server.py): enable end-users to opt out of llm api calls 2024-02-23 19:56:00 -08:00
Krrish Dholakia 0806aa8da1 fix(proxy_server.py): enable default new user params 2024-02-23 16:39:50 -08:00
Krrish Dholakia 485f5bd140 bump: version 1.26.13 → 1.26.14.dev1 2024-02-23 15:17:39 -08:00
Krrish Dholakia 951102292b fix(utils.py): add more logging statements 2024-02-23 15:17:22 -08:00
Krrish Dholakia 1e769bcb77 fix(proxy/utils.py): raise exception if get data for tokens is called on None token 2024-02-23 14:44:33 -08:00
Krrish Dholakia 308c73fca9 docs(contributing.md): add docs for contributing to litellm ui 2024-02-23 13:01:34 -08:00
Ishaan Jaff 64d268745b Merge pull request #2168 from BerriAI/litellm_groq_Ai
[FEAT] Support Groq AI
v1.26.13
2024-02-23 10:44:21 -08:00
ishaan-jaff 30aa5eaa34 (feat) add groq ai 2024-02-23 10:42:51 -08:00
ishaan-jaff e80fcc2762 (feat) add groq ai 2024-02-23 10:40:46 -08:00
ishaan-jaff 602b25972d (docs) add groq ai 2024-02-23 10:40:33 -08:00
ishaan-jaff ff815e93a8 (fix) test_tokenizers 2024-02-23 10:13:38 -08:00
Krrish Dholakia 44b8270bf6 docs(enterprise.md): add banned keywords to docs 2024-02-23 10:07:31 -08:00
Krrish Dholakia 70a523eee7 fix(langfuse.py): support time to first token logging on langfuse 2024-02-23 10:04:12 -08:00
ishaan-jaff c2325539e7 (docs) fix athina docs 2024-02-23 09:56:10 -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 Jaff 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 Jaff 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 Jaff 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 Dholakia 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 Dholakia dd4439b6a8 Merge branch 'main' into litellm_fix_azure_function_calling_streaming 2024-02-22 22:36:38 -08:00
Krish Dholakia 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 Dholakia 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