一行代码演示LLM大语言模型的流式输出,http命令为httpie安装的工具http --stream --json POST http://localhost:11434/api/generate model="llama2:13b" prompt="写一幅春节对联,不包含任何其他内容" | fblog --message-key response --main-line-format "{{ fblog_message }}"