增加读latex文章的功能,添加测试样例

这个提交包含在:
Your Name
2023-03-24 14:56:57 +08:00
父节点 644c287a24
当前提交 f238a34bb0
共有 25 个文件被更改,包括 6113 次插入5 次删除

查看文件

@@ -86,6 +86,7 @@ def predict(inputs, top_p, temperature, chatbot=[], history=[], system_prompt=''
chunk = next(stream_response)
# print(chunk.decode()[6:])
if is_head_of_the_stream:
# 数据流的第一帧不携带content
is_head_of_the_stream = False; continue
if chunk: