Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(stable nov 21st release) #6863

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

(stable nov 21st release) #6863

wants to merge 16 commits into from

Conversation

ishaan-jaff
Copy link
Contributor

@ishaan-jaff ishaan-jaff commented Nov 22, 2024

Stable release for Nov 21st

Fixes #6766

Title

Relevant issues

Type

πŸ†• New Feature
πŸ› Bug Fix
🧹 Refactoring
πŸ“– Documentation
πŸš„ Infrastructure
βœ… Test

Changes

[REQUIRED] Testing - Attach a screenshot of any new tests passing locall

If UI changes, send a screenshot/GIF of working UI fixes

Description by Korbit AI

What change is being made?

Enhance JSON response handling by updating JSON schema structure and adding "supports_response_schema" support to various models, remove a redundant model, and introduce new unit tests for validation of JSON response formats.

Why are these changes being made?

The changes are aimed at improving the compatibility and robustness of JSON response formats by encapsulating schema properties within a "values" object, thereby maintaining consistency across different models. The redundant model "anthropic/claude-3-5-sonnet-20241022" was removed to avoid duplication. New unit tests have been added to ensure that models properly support response schema and handle potential errors gracefully, which are crucial for reliable model performance and testing of edge cases like Internal Server Errors.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

…n_schema

fixes passing pydantic obj to anthropic

Fixes #6766
Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
litellm βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Nov 22, 2024 8:13am

Copy link

@korbit-ai korbit-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues... but I did find this frog.

           .--._.--.
          ( O     O )
          /   . .   \
         .`._______.'.
        /(           )\
      _/  \  \   /  /  \_
   .~   `  \  \ /  /  '   ~.
  {    -.   \  V  /   .-    }
_ _`.    \  |  |  |  /    .'_ _
>_       _} |  |  | {_       _<
 /. - ~ ,_-'  .^.  `-_, ~ - .\
         '-'|/   \|`-`
Files scanned ​
File Path Reviewed
litellm/llms/anthropic/chat/transformation.py βœ…

Explore our documentation to understand the languages and file types we support and the files we ignore.

Need a new review? Comment /korbit-review on this PR and I'll review your latest changes.

Korbit Guide: Usage and Customization

Interacting with Korbit

  • You can manually ask Korbit to review your PR using the /korbit-review command in a comment at the root of your PR.
  • You can ask Korbit to generate a new PR description using the /korbit-generate-pr-description command in any comment on your PR.
  • Too many Korbit comments? I can resolve all my comment threads if you use the /korbit-resolve command in any comment on your PR.
  • Chat with Korbit on issues we post by tagging @korbit-ai in your reply.
  • Help train Korbit to improve your reviews by giving a πŸ‘ or πŸ‘Ž on the comments Korbit posts.

Customizing Korbit

  • Check out our docs on how you can make Korbit work best for you and your team.
  • Customize Korbit for your organization through the Korbit Console.

Current Korbit Configuration

General Settings ​
Setting Value
Review Schedule Automatic excluding drafts
Max Issue Count 10
Automatic PR Descriptions βœ…
Issue Categories ​
Category Enabled
Naming βœ…
Database Operations βœ…
Documentation βœ…
Logging βœ…
Error Handling βœ…
Systems and Environment βœ…
Objects and Data Structures βœ…
Readability and Maintainability βœ…
Asynchronous Processing βœ…
Design Patterns βœ…
Third-Party Libraries βœ…
Performance βœ…
Security βœ…
Functionality βœ…

Feedback and Support

* fix(anthropic/chat/transformation.py): add json schema as values: json_schema

fixes passing pydantic obj to anthropic

Fixes #6766

* (feat): Add timestamp_granularities parameter to transcription API (#6457)

* Add timestamp_granularities parameter to transcription API

* add param to the local test

* fix(databricks/chat.py): handle max_retries optional param handling for openai-like calls

Fixes issue with calling finetuned vertex ai models via databricks route

* build(ui/): add team admins via proxy ui

* fix: fix linting error

* test: fix test

* docs(vertex.md): refactor docs

* test: handle overloaded anthropic model error

* test: remove duplicate test

* test: fix test

* test: update test to handle model overloaded error

---------

Co-authored-by: Show <[email protected]>
@@ -24,7 +24,7 @@
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
from litellm.llms.prompt_templates.factory import anthropic_messages_pt

# litellm.num_retries=3
# litellm.num_retries = 3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-11-22 at 1 16 07 AM All tests passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: using pydantic model for structured output returning error for Anthropic models.
2 participants