Commit Graph

12546 Commits

Author SHA1 Message Date
Ishaan Jaff
17d421fc70 feat - backend changes for filtering by api key 2024-06-03 19:30:12 -07:00
Ishaan Jaff
73cc3067cd feat - filter model metrics by api key 2024-06-03 18:53:01 -07:00
Ishaan Jaff
53fae7b8cc ui - fix filter by color scheme 2024-06-03 18:39:32 -07:00
Ishaan Jaff
79859f6a82 ui - basic filter by api key, 2024-06-03 17:43:56 -07:00
Ishaan Jaff
2c12d0445e
Merge pull request #3994 from BerriAI/litellm_ui_select_spend_by_tag
[Feat] Admin UI - Multi-Select Tags, Viewing spend by tags
2024-06-03 16:44:02 -07:00
Ishaan Jaff
1a5e02fad8 fix ts errors 2024-06-03 16:43:38 -07:00
Ishaan Jaff
134c7ad9fe feat - put filtering by tags as a enterprise only feature 2024-06-03 16:38:44 -07:00
Ishaan Jaff
67312204d7 feat - clea up usage tab 2024-06-03 15:42:37 -07:00
Ishaan Jaff
45cb899687 fix - working filter by tag query 2024-06-03 15:12:09 -07:00
Ishaan Jaff
2ac8f1c6ec get all tags on ui 2024-06-03 14:21:35 -07:00
Ishaan Jaff
991d418984 ui - working filter by tag 2024-06-03 14:15:51 -07:00
Krrish Dholakia
90f5aa7125 fix(main.py): fix ahealth_check to infer mode when custom_llm_provider/model_name used 2024-06-03 14:06:36 -07:00
Krrish Dholakia
5f99938cb8 test(test_amazing_vertex_completion.py): add retries for 'Content has no parts.' error in vertex test 2024-06-03 14:06:36 -07:00
Ishaan Jaff
3d98a462ae feat - return all tag names 2024-06-03 14:02:03 -07:00
Ishaan Jaff
dd7d0a2895
Merge pull request #3983 from BerriAI/litellm_log_request_boddy_langfuse
[Feat] Log Raw Request from LiteLLM on Langfuse - when `"log_raw_request": true`
2024-06-03 13:42:06 -07:00
Krrish Dholakia
a019fd05e3 fix(router.py): fix should_retry logic for authentication errors 2024-06-03 13:12:00 -07:00
Krrish Dholakia
872cd2d8a0 fix(langfuse.py): log litellm response cost as part of langfuse metadata 2024-06-03 12:58:30 -07:00
Ishaan Jaff
de21bdb0ae docs - show langfuse debug on docs 2024-06-03 12:40:22 -07:00
Ishaan Jaff
7bdc94ac1a docs - Viewing RAW CURL sent from LiteLLM 2024-06-03 11:28:17 -07:00
Ishaan Jaff
3ef3a7ba5f
Merge pull request #3984 from rhtenhove/main
add dall-e 3 required comment
2024-06-03 11:02:38 -07:00
rhtenhove
7c680a4020
add dall-e 3 required comment 2024-06-03 18:36:00 +02:00
Ishaan Jaff
84d9c6e213 docs - logging 2024-06-03 07:59:36 -07:00
Ishaan Jaff
ae3dbe8e0c fix logging raw request to langfuse 2024-06-03 07:54:34 -07:00
Ishaan Jaff
857ceb40bc feat - log raw_request to langfuse / other logging providers 2024-06-03 07:53:52 -07:00
Krrish Dholakia
ea30359b38 fix(utils.py): handle else block for get optional params 2024-06-03 07:45:44 -07:00
Krrish Dholakia
5e12307a48 fix(anthropic.py): fix anthropic async streaming
pass the 'stream' param to the httpx call

Addresses https://github.com/BerriAI/litellm/issues/3728#issuecomment-2143985104
2024-06-02 16:01:44 -07:00
Krrish Dholakia
c280de3f45 docs(scheduler.md): cleanup quickstart 2024-06-01 22:25:31 -07:00
Ishaan Jaff
2ce5dc0dfd ci/cd run again 2024-06-01 21:19:32 -07:00
Ishaan Jaff
309a66692f fix test_rate_limit[usage-based-routing-True-3-2] 2024-06-01 21:18:23 -07:00
Ishaan Jaff
ebc29bed8f
Merge pull request #3970 from BerriAI/litellm_traceloop_logging_fixes
[Fix] Traceloop / OTEL logging fixes + easier docs
2024-06-01 21:17:05 -07:00
Ishaan Jaff
c9e5102ab5
Merge pull request #3973 from BerriAI/litellm_Add_batches_api_docs
feat - add batches api to docs
2024-06-01 21:16:56 -07:00
Ishaan Jaff
0e52698a2e feat - add batches api to docs 2024-06-01 21:16:32 -07:00
Ishaan Jaff
315e4f5ffa bump: version 1.40.0 → 1.40.1 2024-06-01 21:02:36 -07:00
Ishaan Jaff
a01746c19e fix test_daily_reports_redis_cache_scheduler 2024-06-01 21:00:24 -07:00
Ishaan Jaff
2f9dac6238 test - test gpt-3.5-turbo on test_parallel_streaming_requests 2024-06-01 20:56:33 -07:00
Krish Dholakia
b7c6f0500b
Merge pull request #3969 from BerriAI/litellm_log_api_version
feat(proxy_server.py): log litellm api version to langfuse
2024-06-01 19:52:22 -07:00
Ishaan Jaff
39d2d98467 docs - clean up traceloop logging 2024-06-01 19:51:49 -07:00
Krrish Dholakia
64ad3f8137 feat(proxy_server.py): log litellm api version on llm api calls
Closes https://github.com/BerriAI/litellm/issues/3673
2024-06-01 19:49:57 -07:00
Ishaan Jaff
85daa467c5 fix - traceloop logging 2024-06-01 19:33:41 -07:00
Krrish Dholakia
9ef83126d7 fix(utils.py): correctly instrument passing through api version in optional param check 2024-06-01 19:31:52 -07:00
Ishaan Jaff
373a41ca6d fix async_function_with_retries 2024-06-01 19:00:22 -07:00
Krrish Dholakia
5e85a5b208 fix(test_scheduler.py): simplify scheduler testing. fix race condition 2024-06-01 18:57:47 -07:00
Krrish Dholakia
7efac4d36c fix(azure.py): support dropping 'tool_choice=required' for older azure API versions
Closes https://github.com/BerriAI/litellm/issues/3876
2024-06-01 18:44:50 -07:00
Ishaan Jaff
054456c50e
Merge pull request #3963 from BerriAI/litellm_set_allowed_fail_policy
[FEAT]- set custom AllowedFailsPolicy on litellm.Router
2024-06-01 17:57:11 -07:00
Ishaan Jaff
9f0ae21ef5 docs - AllowedFailsPolicy 2024-06-01 17:56:57 -07:00
Ishaan Jaff
fb49d036fb
Merge pull request #3962 from BerriAI/litellm_return_num_rets_max_exceptions
[Feat] return `num_retries` and `max_retries` in exceptions
2024-06-01 17:48:38 -07:00
Ishaan Jaff
d4378143f1 fix current_attempt, num_retries not defined 2024-06-01 17:42:37 -07:00
Ishaan Jaff
4eaeec2a2d feat - set allowed fails policy 2024-06-01 17:39:44 -07:00
Ishaan Jaff
eb203c051a feat - set custom AllowedFailsPolicy 2024-06-01 17:26:21 -07:00
Ishaan Jaff
cfc55b39a9 fix - return in LITELLM_EXCEPTION_TYPES 2024-06-01 17:05:33 -07:00