Spaces:
Sleeping
Sleeping
add openai library
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -2,17 +2,20 @@ annotated-types==0.6.0
|
|
2 |
anyio==4.2.0
|
3 |
certifi==2023.11.17
|
4 |
click==8.1.7
|
|
|
5 |
exceptiongroup==1.2.0
|
6 |
fastapi==0.108.0
|
7 |
h11==0.14.0
|
8 |
httpcore==1.0.2
|
9 |
httpx==0.26.0
|
10 |
idna==3.6
|
|
|
11 |
packaging==23.2
|
12 |
pydantic==2.5.3
|
13 |
pydantic_core==2.14.6
|
14 |
replicate==0.22.0
|
15 |
sniffio==1.3.0
|
16 |
starlette==0.32.0.post1
|
|
|
17 |
typing_extensions==4.9.0
|
18 |
uvicorn==0.25.0
|
|
|
2 |
anyio==4.2.0
|
3 |
certifi==2023.11.17
|
4 |
click==8.1.7
|
5 |
+
distro==1.9.0
|
6 |
exceptiongroup==1.2.0
|
7 |
fastapi==0.108.0
|
8 |
h11==0.14.0
|
9 |
httpcore==1.0.2
|
10 |
httpx==0.26.0
|
11 |
idna==3.6
|
12 |
+
openai==1.7.1
|
13 |
packaging==23.2
|
14 |
pydantic==2.5.3
|
15 |
pydantic_core==2.14.6
|
16 |
replicate==0.22.0
|
17 |
sniffio==1.3.0
|
18 |
starlette==0.32.0.post1
|
19 |
+
tqdm==4.66.1
|
20 |
typing_extensions==4.9.0
|
21 |
uvicorn==0.25.0
|