Commit graph

10358 commits

Author SHA1 Message Date
Dom
6464a1b067 Update contributing instructions in README.md 2024-04-22 19:35:08 +01:00
Krrish Dholakia
c015e5e2c6 bump: version 1.35.18 → 1.35.19 2024-04-22 10:54:52 -07:00
Krrish Dholakia
1e9487f639 refactor(main.py): trigger new build 2024-04-22 10:54:35 -07:00
Krrish Dholakia
be4a3de27c fix(utils.py): support deepinfra response object 2024-04-22 10:51:11 -07:00
Ishaan Jaff
b82dd29c99
Merge pull request #3209 from BerriAI/litellm_show_langfuse_link_slack_alerts
[Feat]- show langfuse trace in slack alerts
2024-04-22 08:55:08 -07:00
Ishaan Jaff
094583f18e feat - show langfuse trace in alerts 2024-04-22 08:51:46 -07:00
Ishaan Jaff
1dbd4f6d7b ui - new build 2024-04-22 07:23:22 -07:00
Ishaan Jaff
1fea2b0397 (ci/cd) run again 2024-04-21 16:50:11 -07:00
Ishaan Jaff
87a08ec8b9
Merge pull request #3203 from BerriAI/revert-3150-anthropic-vertex-adc
Revert "Load google ADC before init AnthropicVertex"
2024-04-21 16:45:31 -07:00
Ishaan Jaff
b88a21b094
Revert "Load google ADC before init AnthropicVertex" 2024-04-21 16:44:23 -07:00
Ishaan Jaff
cb3c98abe4 bump: version 1.35.17 → 1.35.18 2024-04-20 19:32:52 -07:00
Ishaan Jaff
ced29f6b76 ui - new build 2024-04-20 19:32:40 -07:00
Ishaan Jaff
62ff3f6942
Merge pull request #3198 from BerriAI/litellm_fix_create_key
ui - fix create key flow / cleanup non admin flow
2024-04-20 19:31:58 -07:00
Ishaan Jaff
8701498d77 ui - show team models to user 2024-04-20 19:30:53 -07:00
Ishaan Jaff
a6a0787230 fix - api_ref title 2024-04-20 19:06:50 -07:00
Ishaan Jaff
0e323b507d ui - clean up chat ui 2024-04-20 19:04:01 -07:00
Ishaan Jaff
fa0ef8271e ui - show team name on the top 2024-04-20 19:00:38 -07:00
Ishaan Jaff
2165b24479 fix - show team models / team info in admin ui 2024-04-20 18:19:08 -07:00
Ishaan Jaff
6e6537367f ui - fix create key flow 2024-04-20 17:40:53 -07:00
Ishaan Jaff
cc4e66d04a
Merge pull request #3197 from BerriAI/litellm_ui_flow_for_non_admins
[UI] - simplify "Create Key" for non admins
2024-04-20 16:31:32 -07:00
Ishaan Jaff
41d3a17f1d ui - non admin flow 2024-04-20 16:30:17 -07:00
Ishaan Jaff
aad827e40f ui - see extra optional params in accordion 2024-04-20 16:25:44 -07:00
Krrish Dholakia
9379e3d047 fix(lowest_tpm_rpm_v2.py): use a combined tpm+rpm query in async get cache, to reduce redis client calls in high traffic 2024-04-20 16:13:11 -07:00
Ishaan Jaff
a71d4fc172 (ui) hide default team for non admins 2024-04-20 15:55:18 -07:00
Ishaan Jaff
31e600c4fe (ui) - simplify user flow 2024-04-20 15:50:01 -07:00
Krrish Dholakia
c5d880b6fd docs(routing.md): add simple shuffle async support to docs 2024-04-20 15:02:22 -07:00
Krrish Dholakia
b96741e4f4 fix(router.py): async simple-shuffle support 2024-04-20 15:01:12 -07:00
Ishaan Jaff
a909af3fc0 (ci/cd) fix test_master_key_hashing 2024-04-20 14:50:34 -07:00
Krish Dholakia
fcde3ba213
Merge pull request #3192 from BerriAI/litellm_calculate_max_parallel_requests
fix(router.py): Make TPM limits concurrency-safe
2024-04-20 13:24:29 -07:00
Ishaan Jaff
6e2de63e7d
Merge pull request #3196 from BerriAI/litellm_fix_slack_alerting_embedding
fix - slack alerting show `input` for embedding requests
2024-04-20 13:22:36 -07:00
Ishaan Jaff
ddc71d766a fix - slack alerting show input in the api_base 2024-04-20 13:16:47 -07:00
Krish Dholakia
9f91f9919f
Merge pull request #3115 from elisalimli/litellm_fix/missing-spaces-between-prompts-cohere-chat
Fix new line issue in cohere_message_pt
2024-04-20 13:15:20 -07:00
Krish Dholakia
3faada32d5
Merge pull request #3118 from n1lanjan/2833-anthropic-tool-call-fix
Fix tool call errors using anthropic
2024-04-20 13:14:29 -07:00
Krrish Dholakia
c96ca1f85e fix(router.py): improve debug logsd 2024-04-20 13:12:12 -07:00
Krish Dholakia
a9828b1e13
Merge pull request #3150 from ushuz/anthropic-vertex-adc
Load google ADC before init AnthropicVertex
2024-04-20 13:00:10 -07:00
Krrish Dholakia
0f69f0b44e test(test_router_max_parallel_requests.py): more extensive testing for setting max parallel requests 2024-04-20 12:56:54 -07:00
Ishaan Jaff
f89f8a4157
Merge pull request #3184 from BerriAI/litellm_ui_non_admins_flow
[UI] - non admin flow - only Create + Test Key available
2024-04-20 12:40:43 -07:00
Krrish Dholakia
7aa737cf10 fix(router.py): add if router caching setup on info logs 2024-04-20 12:34:09 -07:00
Ishaan Jaff
7b24a74e77 test fix - test_key_delete_ui 2024-04-20 12:30:58 -07:00
Krrish Dholakia
e56dc2817b test(test_router_max_parallel_requests.py): add unit tests for different scenarios 2024-04-20 12:29:38 -07:00
Ishaan Jaff
0dc7f02b51
Merge pull request #3193 from BerriAI/litellm_sec_fix_delete_files
[Fix] - `/audio/transcriptions` security fix
2024-04-20 12:26:02 -07:00
Krrish Dholakia
26579303e0 fix(main.py): ignore max_parallel_requests as a litellm param 2024-04-20 12:15:04 -07:00
Krrish Dholakia
1507b23e30 test(test_openai_endpoints.py): make test stricter 2024-04-20 12:11:54 -07:00
Ishaan Jaff
07a10247db fix - security fix 2024-04-20 12:10:08 -07:00
Krrish Dholakia
47e9d5f2ec fix(router.py): fix init line for self.default_max_parallel_requests 2024-04-20 12:08:21 -07:00
Ishaan Jaff
5d39865362 fix - audio_transcriptions security fix 2024-04-20 11:58:15 -07:00
Krish Dholakia
78579d4a24
Merge pull request #3170 from rick-github/ollama-special-symbol
Disable special tokens in ollama completion when counting tokens
2024-04-20 11:57:01 -07:00
Krish Dholakia
8a2f8c0418
Merge pull request #3189 from merefield/main
FIX: ollama chat completion proxy internal server 500
2024-04-20 11:56:34 -07:00
Krish Dholakia
b5316fe90d
Merge pull request #3191 from BerriAI/litellm_redis_ssl_kwarg_fix
fix(_redis.py): support redis ssl as a kwarg `REDIS_SSL`
2024-04-20 11:56:23 -07:00
Ishaan Jaff
fd282ea932 fix testing fixes 2024-04-20 11:48:41 -07:00