-
Notifications
You must be signed in to change notification settings - Fork 612
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:接入dify #1664
feat:接入dify #1664
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
考虑到 dify 也可以私有化部署,是否可以同步支持一下?
@CH3CHO 支持私有化部署我的理解是加一个支持本地域名的配置项,还是有其他需要更改的呢 |
应该是的,你可以测一下
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2025年01月13日 20:23 |
| 收件人 | alibaba/higress ***@***.***> |
| 抄送人 | Kent ***@***.***>,
Mention ***@***.***> |
| 主题 | Re: [alibaba/higress] feat:接入dify (PR #1664) |
@CH3CHO 支持私有化部署我的理解是加一个支持本地域名的配置项,还是有其他需要更改的呢
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1664 +/- ##
==========================================
+ Coverage 35.91% 43.61% +7.70%
==========================================
Files 69 76 +7
Lines 11576 12358 +782
==========================================
+ Hits 4157 5390 +1233
+ Misses 7104 6630 -474
- Partials 315 338 +23 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks!
Ⅰ. Describe what this PR did
Support ai-proxy ai
Ⅱ. Does this pull request fix one issue?
fixes #1642
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
docker-compose.yaml
envoy.yaml
测试非流式请求:
响应:
测试流式请求:
响应:
Ⅴ. Special notes for reviews