Merge branch 'master' into dev_grand
This commit is contained in:
commit
e965c36db3
@ -56,7 +56,7 @@ def get_core_functions():
|
|||||||
"Color": "secondary",
|
"Color": "secondary",
|
||||||
},
|
},
|
||||||
"英译中": {
|
"英译中": {
|
||||||
"Prefix": r"请翻译成中文:" + "\n\n",
|
"Prefix": r"翻译成地道的中文:" + "\n\n",
|
||||||
"Suffix": r"",
|
"Suffix": r"",
|
||||||
},
|
},
|
||||||
"找图片": {
|
"找图片": {
|
||||||
|
@ -11,4 +11,5 @@ Markdown
|
|||||||
pygments
|
pygments
|
||||||
pymupdf
|
pymupdf
|
||||||
openai
|
openai
|
||||||
numpy
|
numpy
|
||||||
|
python-docx
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user