nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.45k stars 879 forks source link

流式输出的原因是什么? #32

Closed lyy0709 closed 5 months ago

lyy0709 commented 5 months ago

想询问一下流式输出是因为什么?可以支持非流式输出吗?

ZGGSONG commented 5 months ago

构造请求body中stream指定为true则为流式输出,你可以自己修改打包: image