Yarik commited on
Commit
35337ae
1 Parent(s): 461166a

Add application file

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. requirements.txt +12 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ secrets.json
2
+ .env
3
+ __pycache__
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp
2
+ fastapi
3
+ httpx
4
+ markdown2[all]
5
+ openai
6
+ pydantic
7
+ requests
8
+ sse_starlette
9
+ termcolor
10
+ tiktoken
11
+ uvicorn
12
+ websockets