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", "Color": "secondary",
}, },
"英译中": { "英译中": {
"Prefix": r"翻译成中文:" + "\n\n", "Prefix": r"翻译成地道的中文:" + "\n\n",
"Suffix": r"", "Suffix": r"",
}, },
"找图片": { "找图片": {

View File

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

View File

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