Merge branch 'master' into dev_grand

This commit is contained in:
qingxu fu 2023-04-10 12:38:26 +08:00
commit e965c36db3
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ def get_core_functions():
"Color": "secondary",
},
"英译中": {
"Prefix": r"翻译成中文:" + "\n\n",
"Prefix": r"翻译成地道的中文:" + "\n\n",
"Suffix": r"",
},
"找图片": {

View File

@ -11,4 +11,5 @@ Markdown
pygments
pymupdf
openai
numpy
numpy
python-docx

View File

@ -3,7 +3,6 @@ import mdtex2html
import threading
import importlib
import traceback
import importlib
import inspect
import re
from latex2mathml.converter import convert as tex2mathml