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

Fix bug related to Azure OpenAI model streaming response #932

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

Conversation

gbe3hunna
Copy link

Solves: #797

This PR fixes an issue happening with Azure OpenAI streaming Response causing the raise of an AttributeError

As stated on the issue, the error occurs in pydantic-ai's OpenAI model implementation where it assumes every delta in the streaming response contains a content field. However, with Azure OpenAI's API, some deltas (like role initialization) may not include content, resulting in choice.delta.content being None.

@github-actions github-actions bot temporarily deployed to deploy-preview February 15, 2025 16:12 Inactive
Copy link
Member

@sydney-runkle sydney-runkle left a comment

Choose a reason for hiding this comment

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

Wonderful, thanks :)

@sydney-runkle
Copy link
Member

Could you please take a look at the linting issue? Thanks!

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.

3 participants