qingxu99 commited on
Commit
90944bd
1 Parent(s): 752937c
Files changed (2) hide show
  1. request_llm/edge_gpt_free.py +0 -2
  2. requirements.txt +2 -1
request_llm/edge_gpt_free.py CHANGED
@@ -28,8 +28,6 @@ from typing import Union
28
  import aiohttp
29
  import certifi
30
  import httpx
31
- from BingImageCreator import ImageGen
32
- from BingImageCreator import ImageGenAsync
33
  from prompt_toolkit import PromptSession
34
  from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
35
  from prompt_toolkit.completion import WordCompleter
 
28
  import aiohttp
29
  import certifi
30
  import httpx
 
 
31
  from prompt_toolkit import PromptSession
32
  from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
33
  from prompt_toolkit.completion import WordCompleter
requirements.txt CHANGED
@@ -4,6 +4,7 @@ requests[socks]
4
  transformers
5
  python-markdown-math
6
  beautifulsoup4
 
7
  latex2mathml
8
  python-docx
9
  mdtex2html
@@ -14,4 +15,4 @@ pymupdf
14
  openai
15
  numpy
16
  arxiv
17
-
 
4
  transformers
5
  python-markdown-math
6
  beautifulsoup4
7
+ prompt_toolkit
8
  latex2mathml
9
  python-docx
10
  mdtex2html
 
15
  openai
16
  numpy
17
  arxiv
18
+ rich