This commit is contained in:
binary-husky
2023-05-25 15:04:53 +08:00
parent 752937cb70
commit 90944bd744
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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