Commit graph

20312 commits

Author SHA1 Message Date
Krrish Dholakia
8618295911 test: loosen test 2025-03-17 09:44:22 -07:00
Krrish Dholakia
d01361747d test: make test less flaky 2025-03-17 09:00:15 -07:00
Krrish Dholakia
a5b497667c fix(logging_utils.py): revert change 2025-03-16 21:04:41 -07:00
Krrish Dholakia
a99251a4ab fix(streaming_handler.py): raise stop iteration post-finish reason 2025-03-16 20:40:41 -07:00
Krrish Dholakia
bde9ae8a95 fix(litellm_logging.py): remove unused import 2025-03-16 20:24:27 -07:00
Krrish Dholakia
c0a76427d2 fix(streaming_handler.py): pass complete streaming response on completion 2025-03-16 20:22:12 -07:00
Krrish Dholakia
08b297230e fix(streaming_handler.py): return model response on finished chunk 2025-03-16 13:05:46 -07:00
Krrish Dholakia
612d5a284d refactor(litellm_logging.py): delegate returning a complete response to the streaming_handler
Removes incorrect logic for calculating complete streaming response from litellm logging
2025-03-15 09:55:33 -07:00
Krrish Dholakia
cc82d42d25 test(test_streaming_handler.py): add unit test to ensure model response stream with usage is always used 2025-03-15 09:35:48 -07:00
Krrish Dholakia
82252ecac1 test(test_streaming_handler.py): assert chunk is non-empty when usage block given 2025-03-15 09:26:01 -07:00
Krrish Dholakia
dd2c980d5b fix(utils.py): Prevents final chunk w/ usage from being ignored
Fixes https://github.com/BerriAI/litellm/issues/7112
2025-03-15 09:12:14 -07:00
Krish Dholakia
d4caaae1be
Merge pull request #9274 from BerriAI/litellm_contributor_rebase_branch
Litellm contributor rebase branch
2025-03-14 21:57:49 -07:00
Ishaan Jaff
cd95634b62 bump: version 1.63.10 → 1.63.11 2025-03-14 21:47:31 -07:00
Ishaan Jaff
a256108f3f ui new build 2025-03-14 21:46:40 -07:00
Ishaan Jaff
03ee2da9bd add tool tip for foundry 2025-03-14 21:34:17 -07:00
Ishaan Jaff
5425071797 fix example for azure foundry 2025-03-14 21:31:21 -07:00
Ishaan Jaff
9dc962511f ui new build 2025-03-14 21:29:42 -07:00
Ishaan Jaff
085d581ee4 docs azure ai foundry prompt 2025-03-14 21:28:50 -07:00
Ishaan Jaff
5290d141b7 ui new build 2025-03-14 21:23:13 -07:00
Ishaan Jaff
12188f286c
Merge pull request #9258 from BerriAI/litellm_fix_models_view_edit
(UI) Fix model edit + delete - instantly show edit + deletes to models
2025-03-14 21:21:46 -07:00
Ishaan Jaff
d1246db41e
Merge pull request #9257 from BerriAI/litellm_ui_fixes_key_create
[UI] Fix 1 - instantly show newly create keys on Admin UI (don't require refresh)
2025-03-14 21:17:53 -07:00
Ishaan Jaff
bda5fe0fcf
Merge pull request #9272 from BerriAI/litellm_add_test_connection_button
[Feat] UI - Add Test Connection
2025-03-14 21:16:44 -07:00
Krrish Dholakia
a9dceacc1b fix(factory.py): reduce ollama pt LOC < 50 2025-03-14 21:10:05 -07:00
Ishaan Jaff
ae75ce2966 reanme toModelConnectionTest 2025-03-14 21:07:41 -07:00
Ishaan Jaff
d7e10fee79 fix code quality 2025-03-14 21:06:28 -07:00
Ishaan Jaff
cbf0fa44b4 undo changes to route llm request 2025-03-14 21:05:51 -07:00
Ishaan Jaff
880cdc5d84 fix test connection 2025-03-14 21:02:58 -07:00
Krish Dholakia
82f31beee5
Merge pull request #9271 from BerriAI/litellm_rc_03_14_2025_patch_1
Litellm rc 03 14 2025 patch 1
2025-03-14 20:57:22 -07:00
Krrish Dholakia
b15c06ee94 fix(team_endpoints.py): fix linting error 2025-03-14 20:51:21 -07:00
Krrish Dholakia
a93ef15b55 fix(key_edit_view.tsx): fix showing available models on key edit for non-team key 2025-03-14 20:48:30 -07:00
Krrish Dholakia
4bc5f27d7d fix(config.yml): fix ci/cd config.yml 2025-03-14 20:30:09 -07:00
Krrish Dholakia
6ed995952f fix: fix test 2025-03-14 20:28:50 -07:00
Krish Dholakia
59fd58643b
Merge pull request #9261 from briandevvn/fix_ollama_pt
Fix "system" role has become unacceptable in ollama
2025-03-14 20:13:28 -07:00
Ishaan Jaff
89817692b6 explain litellm mode 2025-03-14 19:59:04 -07:00
Krrish Dholakia
aaaac25e2d fix(create_key_button.tsx): retrieve all available team models on team select 2025-03-14 19:50:49 -07:00
Krrish Dholakia
26226d475f feat(proxy_server.py): support retrieving models for a team, if user is a member - via /models?team_id
Allows user to see team models on UI when creating a key
2025-03-14 19:34:06 -07:00
Ishaan Jaff
68fd735e97 fix params to test connection 2025-03-14 18:57:39 -07:00
Ishaan Jaff
66dc49ab92 fix mode 2025-03-14 18:53:14 -07:00
Ishaan Jaff
fa25c4ba7a testConnectionRequest 2025-03-14 18:34:22 -07:00
Ishaan Jaff
6787d0dabe test_model_connection 2025-03-14 18:33:49 -07:00
Krrish Dholakia
621d193727 build: new ui build 2025-03-14 18:18:03 -07:00
Krrish Dholakia
658ae1fe80 bump: version 1.63.9 → 1.63.10 2025-03-14 18:15:15 -07:00
Krish Dholakia
55114de37b
Merge pull request #9269 from BerriAI/litellm_rc_03_14_2025
feat(team_endpoints.py): unfurl 'all-proxy-models' on team info endpo…
2025-03-14 18:14:03 -07:00
Krrish Dholakia
50109a7784 fix(top_key_view.tsx): fix bar chart to use key alias 2025-03-14 17:59:40 -07:00
Krrish Dholakia
9a670552fd refactor(transform_request/): remove experimental transform request tab from ui
move to api docs instead
2025-03-14 17:52:36 -07:00
Krrish Dholakia
e914a9ddf1 fix(model_info_view.tsx): call db for model info 2025-03-14 17:44:45 -07:00
Ishaan Jaff
5aec90c513 fix dup close 2025-03-14 17:29:53 -07:00
Ishaan Jaff
999ffd1bdb workign run test connection many times 2025-03-14 17:27:30 -07:00
Ishaan Jaff
9a01602979 fix Test Modes 2025-03-14 17:21:34 -07:00
Ishaan Jaff
5a6da56058 fix endpoint_data 2025-03-14 17:21:01 -07:00