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

feat(http): 为 http engine 添加直接处理响应体的能力,并优化 openai sse 处理逻辑 #40

Merged
merged 2 commits into from
Oct 12, 2024

Conversation

sunist-c
Copy link
Contributor

No description provided.

@sunist-c sunist-c self-assigned this Oct 12, 2024
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

Attention: Patch coverage is 2.02020% with 97 lines in your changes missing coverage. Please review.

Project coverage is 72.42%. Comparing base (5c68322) to head (6dc8d21).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
network/http/sse.go 0.00% 60 Missing ⚠️
network/http/endpoint.go 0.00% 25 Missing ⚠️
network/http/response.go 0.00% 6 Missing ⚠️
network/http/context.go 0.00% 4 Missing ⚠️
network/http/preprocessor.go 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   73.97%   72.42%   -1.56%     
==========================================
  Files          69       70       +1     
  Lines        4454     4551      +97     
==========================================
+ Hits         3295     3296       +1     
- Misses        926     1022      +96     
  Partials      233      233              
Files with missing lines Coverage Δ
network/http/engine.go 71.18% <100.00%> (+0.49%) ⬆️
network/http/preprocessor.go 41.72% <33.33%> (-0.57%) ⬇️
network/http/context.go 97.96% <0.00%> (-2.04%) ⬇️
network/http/response.go 82.60% <0.00%> (-12.40%) ⬇️
network/http/endpoint.go 71.18% <0.00%> (-6.48%) ⬇️
network/http/sse.go 0.00% <0.00%> (ø)

@sunist-c sunist-c merged commit 64711b0 into alioth-center:main Oct 12, 2024
2 checks passed
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.

1 participant