流式输出支持

#16
by zhenghui - opened
This comment has been hidden

本身就支持流式输出
设置 stream = True即可
model.chat(tokenizer, messages, stream=True)

Sign up or log in to comment