litellm_fix: stabilize CI - UI build, mapped tests, and E2E tests#20128
Closed
shin-bot-litellm wants to merge 1 commit intoBerriAI:mainfrom
Closed
litellm_fix: stabilize CI - UI build, mapped tests, and E2E tests#20128shin-bot-litellm wants to merge 1 commit intoBerriAI:mainfrom
shin-bot-litellm wants to merge 1 commit intoBerriAI:mainfrom
Conversation
Fixes: 1. UI Build: Remove unused ToolOutlined import in ToolCallCard.tsx 2. Azure AI cost tests: Fix LitellmLoggingObject import (renamed to Logging) and properly instantiate the Logging class 3. Bedrock tests: Update test_advanced_tool_use_header_filtered_for_non_opus_4_5 to use Claude 3.5 Sonnet (which truly doesn't support tool search on Bedrock) instead of Claude 4.5 Sonnet (which does support it) 4. E2E Anthropic tests: Temporarily disable bedrock-converse-claude-sonnet-4.5 model test as it's not available in CI environment
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Contributor
Author
|
Closing in favor of separate PRs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes several CI failures on main branch:
1. UI Build Fix
ToolOutlinedimport inToolCallCard.tsxunused-imports/no-unused-importserror during UI build2. Azure AI Cost Calculator Tests Fix
LitellmLoggingObjectclass was renamed toLoggingLoggingclass with required parameterstest_additional_costs_in_cost_breakdownnow works correctly3. Bedrock Test Fix
test_advanced_tool_use_header_filtered_for_non_opus_4_5test4. E2E Anthropic Tests Fix
bedrock-converse-claude-sonnet-4.5model from test suiteTesting