xiaoymin / knife4j

Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution
https://doc.xiaominfo.com
Apache License 2.0
4.09k stars 615 forks source link

不支持 `text/event-stream` 文本流 #793

Open imbytecat opened 4 months ago

imbytecat commented 4 months ago

Describe the bug 调用 OpenAI 等语言模型时往往要输出文本流,Swagger UI 本身可以支持,但 Knife4j UI 不支持。

To Reproduce 输出 text/event-stream 类型数据

Expected behavior 能正常显示结果而不是下载

Screenshots swagger-ui knife4j

Knife4j Version (please complete the following information): 4.5.0

Additional context N/A

imbytecat commented 4 months ago

597 目前我看到是写死的,是否有更好的方法来判断是流数据?