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

✨ #173: Add Streaming Support for Azure OpenAI #188

Merged
merged 4 commits into from
Mar 24, 2024

Conversation

mkrueger12
Copy link
Contributor

  • Added streaming support
  • Refactor chat.go per latest changes
  • Refactor client.go
  • Add schemas.go

@mkrueger12 mkrueger12 linked an issue Mar 22, 2024 that may be closed by this pull request
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 80.34682% with 34 lines in your changes are missing coverage. Please review.

Project coverage is 67.26%. Comparing base (369ddea) to head (31fe314).
Report is 1 commits behind head on develop.

Files Patch % Lines
pkg/providers/azureopenai/chat_stream.go 81.16% 21 Missing and 8 partials ⚠️
pkg/providers/azureopenai/chat.go 68.75% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #188      +/-   ##
===========================================
+ Coverage    66.58%   67.26%   +0.67%     
===========================================
  Files           73       73              
  Lines         3163     3311     +148     
===========================================
+ Hits          2106     2227     +121     
- Misses         948      967      +19     
- Partials       109      117       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roma-glushko roma-glushko changed the title #173: Add Streaming Support ✨ #173: Add Streaming Support for Azure OpenAI Mar 24, 2024
Copy link
Member

@roma-glushko roma-glushko left a comment

Choose a reason for hiding this comment

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

Looks great 🚀

@mkrueger12 mkrueger12 merged commit 428c467 into develop Mar 24, 2024
10 checks passed
@mkrueger12 mkrueger12 deleted the 173-azure-openai-chat-streaming branch March 24, 2024 14:42
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.

[Lang] Integrate Azure OpenAI with Chat Streaming
2 participants