Skip to content

fix:Gemini Flash 2.0 implementation is not returning the logprobs #9713

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

Merged
merged 3 commits into from
Apr 3, 2025

Conversation

sajdakabir
Copy link
Contributor

Title

Relevant issues

#8890

Pre-Submission checklist

Screenshot 2025-04-03 at 12 48 04 AM

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have Added testing in the tests/litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • I have added a screenshot of my new test passing locally
  • My PR passes all unit tests on (make test-unit)[https://docs.litellm.ai/docs/extras/contributing_code]
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

Type

🐛 Bug Fix

Changes

added support for the avgLogprobs key in the transform_response method of the VertexGeminiConfig class

testing
added a new test case test_transform_response_with_avglogprobs, that:

creates a mock response with the avgLogprobs key and verifies that the transform_response method correctly extracts and includes this value in the model response

Copy link

vercel bot commented Apr 2, 2025

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 Apr 3, 2025 5:38am

@krrishdholakia
Copy link
Contributor

Hi @sajdakabir thank you for this PR. Can you please fix the linting error?

This should be ready to merge, once that's done

@krrishdholakia krrishdholakia merged commit 4a4328b into BerriAI:main Apr 3, 2025
5 checks passed
@emk
Copy link

emk commented Apr 10, 2025

This appears to return logprobs in a different format than that used by OpenAI, breaking some clients: #9888.

@krrishdholakia
Copy link
Contributor

Ack @emk working on it today

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

Successfully merging this pull request may close these issues.

3 participants