Merge branch 'frontier' into production

这个提交包含在:
binary-husky
2023-11-11 23:51:10 +08:00
当前提交 cad541d8d7
共有 40 个文件被更改,包括 318 次插入252 次删除

查看文件

@@ -187,7 +187,7 @@ def HotReload(f):
其他小工具:
- write_history_to_file: 将结果写入markdown文件中
- regular_txt_to_markdown: 将普通文本转换为Markdown格式的文本。
- report_execption: 向chatbot中添加简单的意外错误信息
- report_exception: 向chatbot中添加简单的意外错误信息
- text_divide_paragraph: 将文本按照段落分隔符分割开,生成带有段落标签的HTML代码。
- markdown_convertion: 用多种方式组合,将markdown转化为好看的html
- format_io: 接管gradio默认的markdown处理方式
@@ -260,7 +260,7 @@ def regular_txt_to_markdown(text):
def report_execption(chatbot, history, a, b):
def report_exception(chatbot, history, a, b):
"""
向chatbot中添加错误信息
"""