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

Add support for AzureOpenAI chat stream #8107

Merged
merged 4 commits into from Feb 13, 2024

Conversation

LukasMasuch
Copy link
Collaborator

@LukasMasuch LukasMasuch commented Feb 8, 2024

Describe your changes

This PR adds support for chat streams from AzureOpenAI and implements a couple of other related follow-up improvements.

GitHub Issue Link (if applicable)

Testing Plan

  • Updated tests

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

@LukasMasuch LukasMasuch changed the title st.write_stream follow ups [WIP] st.write_stream follow ups Feb 8, 2024
@LukasMasuch LukasMasuch changed the title [WIP] st.write_stream follow ups Add support for AzureOpenAi chat stream Feb 13, 2024
@LukasMasuch LukasMasuch changed the title Add support for AzureOpenAi chat stream Add support for AzureOpenAI chat stream Feb 13, 2024
@LukasMasuch LukasMasuch marked this pull request as ready for review February 13, 2024 19:59
@LukasMasuch LukasMasuch merged commit d94d33b into develop Feb 13, 2024
44 checks passed
zyxue pushed a commit to zyxue/streamlit that referenced this pull request Apr 16, 2024
## Describe your changes

This PR adds support for chat streams from AzureOpenAI and implements a
couple of other related follow-up improvements.

## GitHub Issue Link (if applicable)

- Closes streamlit#8084

## Testing Plan

- Updated tests

---

**Contribution License Agreement**

By submitting this pull request you agree that all contributions to this
project are made under the Apache 2.0 license.
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.

Incorrect streaming chat responses when using Azure OpenAI client's chat completions
2 participants