这个提交包含在:
binary-husky
2023-05-25 15:04:53 +08:00
父节点 752937cb70
当前提交 90944bd744
共有 2 个文件被更改,包括 2 次插入3 次删除

查看文件

@@ -28,8 +28,6 @@ from typing import Union
import aiohttp import aiohttp
import certifi import certifi
import httpx import httpx
from BingImageCreator import ImageGen
from BingImageCreator import ImageGenAsync
from prompt_toolkit import PromptSession from prompt_toolkit import PromptSession
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
from prompt_toolkit.completion import WordCompleter from prompt_toolkit.completion import WordCompleter

查看文件

@@ -4,6 +4,7 @@ requests[socks]
transformers transformers
python-markdown-math python-markdown-math
beautifulsoup4 beautifulsoup4
prompt_toolkit
latex2mathml latex2mathml
python-docx python-docx
mdtex2html mdtex2html
@@ -14,4 +15,4 @@ pymupdf
openai openai
numpy numpy
arxiv arxiv
rich